Skip to content

Commit 790ec83

Browse files
authored
Create FARX TESTİNG DA HOOD GUİ
1 parent 7a5c598 commit 790ec83

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

FARX TESTİNG DA HOOD GUİ

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
--Made By Raspyredstoner
2+
3+
mouse = game.Players.LocalPlayer:GetMouse()
4+
5+
tool = Instance.new("Tool")
6+
7+
tool.RequiresHandle = false
8+
9+
tool.Name = "Click To Speed Up"
10+
11+
tool.Activated:connect(function()
12+
13+
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
14+
15+
end)
16+
17+
tool.Parent = game.Players.LocalPlayer.Backpack
18+

0 commit comments

Comments
 (0)