I recently found a universal (any device) flying system and edited it a little from the original source. Place this script in StarterGui or StarterCharacterScripts and launch the game. After loading the character, he will immediately start flying! I recommend setting up the script, adding hotkeys and commands for activation via chat, you can change the fly speed! local Plr = game.Players ...
I would like to give characters the ability to fly in the air. How would I go about doing this? I would like the character to be able to fly by hitting the jump button for example. I will need to override the default “falling” animation. When the character lands on the ground, they should be able to resume walking. Thanks for any suggestions.
Hello! I am currently trying to make a custom admin panel for one of my games, in which I would like a fly command. For example, you type “;fly” into the chat, and you are lifted off the ground and into the air. I’ve tried a few ways of doing this, but none of them worked. Here is my code: --Variables local Player = game.Players.LocalPlayer local Character = Player.Character or Player ...
So im trying to make a flying system for my game, but i have absolutley no idea how. So what im trying to achieve is when you hold p you will fly upwards. Here is my attempt so far. local p = game.Players.LocalPlayer local bo = game:GetService(“UserInputService”) local hrp = p.Character:WaitForChild(“HumanoidRootPart”) local t = function() game.Players:WaitForChild(“Humanoid ...
Hello so I want to make a admin type of gamepass so in there. I want 2 commands like /fly and /unfly, and I want people to buy gamepass to use that command. so I tried few ways but it didn’t work. Can anyone help me with it?
Just set local flying = false to local flying = true The whole flying code only works if flying == true, and it always starts out not flying because flying is set to false on default. So yeah, just switch it to true so it starts out flying.
how do you actually make the player fly? It looks like by the works of Body Physics but can’t stress out on how to make it i found a thread weeks ago on how to make a flying system but its client-sided [IGNORE THIS] so how do i make a flying system for all players and it is server-sided Also, in UIS how do i make if they press 2 buttons it flies them then presses one button then unfly ...
Another thing, if you just want to make a fly command, you could just use Kohl’s Admin. Finally, if the reason you want to make a fly command is to look at the other players, you could just use Shift + P in a Roblox server and use Roblox’s built in Free Cam for the developers of the game. Anyways, gotta do homework, sorry!
Hello, I would like to know how to make a fly command using WASD. I’ve seen some tutorials on YouTube, but they use the mouse. Here is my code. In main script:
Hello! I’m currently working with the cmdr admin panel, and have attempted to create a flying command. I can’t find anything online that works, so I’ve taken to the forums for some help. Here is the image of the server side script, player being the player that sent out the command. But I don’t know how to make the player actually fly. All help is appreciated, Thanks!