Hi I’m trying to make a player fly constantly upwards if they’re in a zone, like in this game:
Please can someone let me know how I can do this!!
Hi I’m trying to make a player fly constantly upwards if they’re in a zone, like in this game:
Please can someone let me know how I can do this!!
Maybe you could try a body velocity? I’m not sure cus its deprecated.
You could do a touched event with an invisible trigger to detect if they are in the area.
Body velocity or just increase the player’s body’s CFrame every heartbeat
Thanks for your reply, I gave that a try and it worked but I couldn’t move around
did you use something like:
Character:SetPrimaryPartCFrame(character.PrimaryPart.CFrame * Cframe.new(Vector3.new(0, 0.1, 0)))
Nevermind I got BodyVelocity to work, just had to change the MaxForce. Thanks!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.