--Allow admins to noclip local function DisableNoclip( ply ) return ply:IsAdmin() end hook.Add( "PlayerNoClip", "DisableNoclip", DisableNoclip )