ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Just a baseplate.
6.3k Views

Get super fast

Just a baseplate.Uploaded by
10 months ago
Please login to perform these actions:

Description

Super fast

View Raw
Edited By: kyrieearlmercado Download


Comments
2
User profile picture
ThatChillGuy 10 months ago
You know infinite yield exists right?
User profile picture
C4rr0t 10 months ago
wtf is this code local sg = Instance.new("ScreenGui") sg.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") local bt = Instance.new("TextButton") bt.Size = UDim2.new(0, 100, 0, 45) bt.Position = UDim2.new(0, 0, 0, 40) bt.Text = "Get Super SUPER fast" bt.BackgroundColor3 = Color3.fromRGB(0, 150, 0) bt.Parent = sg bt.MouseButton1Click:Connect(function() local h = game.Players.LocalPlayer.Character:FindFirstChildOfCl*("Humanoid") h.WalkSpeed = 1000 end)
Please Login to add a comment.