About 17,600 results
Open links in new tab
  1. Universal flying script - Community Resources - Roblox

    Oct 18, 2024 · 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. …

  2. How To Make A Character Fly - DevForum | Roblox

    Dec 24, 2020 · 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 …

  3. Make Fly Script for Mobile? - Scripting Support - Roblox

    Mar 2, 2021 · Hello! I got this script from @EgoMoose to save time, where it activates flying for players. It works on PC, however when I try it on mobile, I couldn’t move it with the joystick. …

  4. How to make a fly script - Scripting Support - Roblox

    Aug 24, 2023 · 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 …

  5. How to make /Fly and /Unfly Command? - DevForum | Roblox

    Oct 27, 2022 · 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 …

  6. Roblox Viltrumite Flight demo

    Mar 25, 2025 · I created this flight script shown here and I would like your thoughts and opinions on it. What went well? and What could I do better in the future? I first created it because I …

  7. How to make a player fly - Scripting Support - Roblox

    Oct 11, 2020 · 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 …

  8. Trying to make a character fly script based on MoveDirection

    Oct 5, 2024 · I’ve been trying to make a simple fly script that goes off humanoid move direction but it doesn’t seem to work properly. I’m assuming its cause the direction vector isn’t being …

  9. Need help making a flight script - Scripting Support - Roblox

    Jun 2, 2020 · Hello there, I am a beginner scripter, and are currently making a game. Basically, my issue is, I want to make a flight script (Not a :fly command script). I have absolutely no idea …

  10. Automatically flying without press any key - Roblox

    May 7, 2025 · 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 …