Watcher1441

Speedy Mode Script

Aug 24th, 2024
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. --thank me for it
  2.  
  3. game:GetService("StarterGui"):SetCore("SendNotification",{
  4.     Title = "Speedy Mode", -- Required
  5.     Text = "U have now Speed and Jump on GodMode", -- Required
  6.     Icon = "rbxassetid://14996039796" -- Optional
  7. })
  8.  
  9. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 250
  10.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
Tags: #script
Advertisement
Add Comment
Please, Sign In to add comment