Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

Hover script; would this work?

Asked by 10 years ago
 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?

0
Please don't repost. Maxomega3 106 — 10y
0
I'm not reposting, I need to make sure it works. And this is for multiple people. I need it to work for only ME. MUSHR0OM 0 — 10y

Answer this question