ive been looking for a way to make a ;fly command, i know common admin system script have them, but id like to make one myself. It just personal project.
Ive tried using tutorial and googled them, but everytime i search up for it, its either a weird "hack" for roblox or scripting for when palying game or something, i dont know much i just close the tab before reading more of it
I tried using AlignOrientation and LinearVelocity, since the tutorial i watch was using BodyGyro and something else that is depricated (i forgot what its called)
Linear velocity changed but the character just in the ground, doign nothing
The tutorial is using localscript for making both of them and uses UserInput to change its velocity
Then i tried just change the CFrame of HumanoidRootPart, but as if nothing was changed, i just walk normaly
Theres 2 question i like to ask too
- Is it because i changed the CFrame and making AlignOrientation and LinearVelocity locally ?
- is the solution is just making either of the thing i tried on server and have remote event getting player input?
Thanks in advance