ADVERTISEMENTREMOVE ADS
Speedy potion tool
47,424 views
Description
Speedy potion tool script works for any executor and any game
Tested with
ADVERTISEMENTREMOVE ADS
16 Lines • 523 Bytes
--potion
_G.potion = game:GetObjects('rbxassetid://154727251')[1]
_G.potion.Parent = game.Players.LocalPlayer.Backpack
_G.potion.Equipped:Connect(function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75
local Sound = Instance.new("Sound")
local Id = "12722532"
Sound.Parent = game.Workspace
Sound.SoundId = "rbxassetid://"..Id
Sound.Playing = true
Sound.Looped = false
Sound.Volume = 5
end)
_G.potion.Unequipped:Connect(function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75
end)
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS




Comments