ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script ๐Ÿ“Œ
23.2k Views

Jump Script

Universal Script ๐Ÿ“ŒUploaded by
2 years ago
Please login to perform these actions:

Description

made using AI This script creates a GUI in Roblox that allows players to toggle their character's jumping state and set a custom delay between jumps. Here's a breakdown of what each part does: 1. Creating the GUI Elements: The script sets up a `ScreenGui`, a `Frame`, a `TextLabel`, a `TextButton`, and a `TextBox` for the draggable GUI interface. 2. Draggable Frame: The frame is made draggable by setting `Active` and `Draggable` properties to true. 3. Toggle Button and Jump Delay Box: A button toggles the jumping state, and a text box allows the player to set the jump delay. 4. Jump Function: The character jumps at intervals defined by the `jumpDelay`. 5. Toggle Jump Logic: The button toggles the jumping state, and the text box sets the jump delay. 6. UI Updates: The button text and color change to reflect the current state (jumping or not jumping).

View Raw
Edited By: mxthqus Download


Comments
4
User profile picture
SCREEPSTU 2 years ago - Edited
looks cool
User profile picture
tiam 2 years ago - Edited
skull emoji
User profile picture
Gray 2 years ago - Edited
Let's pretend he created it
User profile picture
mxthqus 2 years ago - Edited
yeah I didn't, made this using chatgpt and copilot lol
Please Login to add a comment.