for k,v in pairs(game.Players:GetPlayers()) v.Character.Torso.BodyVelocity.maxForce = Vector3.new (0,15000,0) v.Character.Torso.BodyPosition = Vector3.new (0,5,0) end
How would I change it so its only ME that's hovering 5 studs? Or if it doesn't work, can you fix it?