About 3,750 results
Open links in new tab
  1. How to allow infinite jumps? - Scripting Support - Roblox

    Sep 14, 2024 · How can I allow the player to infinite jump? In a way I can turn it on and off with a simple function. I also want a tiny cooldown! I’m new here 👶 and I don’t really know how to do …

  2. How to make a part that makes a player infinitely jump

    Feb 18, 2023 · hello, i need help on making a script that makes it when u go inside of a part it make the player levitate by making them spam the jump button, i have everything done i just …

  3. Multiple Jumps System // Animation, Gui text, Particle Effect

    Jan 16, 2023 · Greetings Developers, Today, i’ve made a jump system that allow you to jump multiple times ! This ressource include: The system itself, main settings can be changed. A …

  4. Infinite jump detection - Scripting Support - Roblox

    Apr 13, 2021 · Hello, I’m trying to make an anti Infinite Jump (server sidded) and I’d need a bit of help starting if someone could help me.

  5. Making A double Jump - Scripting Support - Developer Forum

    Oct 17, 2020 · So I’m trying to make a platformer that when you press “W” you will jump or If you’re pressing it twice it will jump twice, the thing is it infinitly jumps and wont stop jumping …

  6. How to make a player jump - Scripting Support - Roblox

    Jun 21, 2021 · To make a specific player jump use this script: local ThePlayer = game.Players.[PlayerNameHere] ThePlayer.Character.Humanoid.Jump = true For the specific …

  7. Problem with Jump script - Scripting Support - Developer Forum

    Aug 25, 2023 · Hi I have this block of code that manages the purchases in the game so there’s a infinite Jump funtion when a player buys it gives the player infinite Jumps here’s that piece of …

  8. How to make a player jump all the time - Roblox

    Aug 22, 2023 · Hello 👋, please tell me how to make the player constantly jumping and can not stop, I searched everywhere, but never found the answer to my question. I mean the player should …

  9. Network Ownership Lag - Scripting Support - Developer Forum

    Oct 12, 2024 · What am I doing? --Server Script player.Character.PrimaryPart:SetNetworkOwner(nil) --Setting network owner to the server …

  10. Help with anti-infinite jump! - Scripting Support - Roblox

    Nov 24, 2020 · Right now I’m currently developing an AntiCheat and I’m having issues with the anti-infinite jump script. Basically, when the player presses the space bar a number of times …