Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Put this LocalScript inside Buy SpeedCoil TextButton --
- Player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- if Player.leaderstats.Money.Value >= 70 then
- Player.leaderstats.Money.Value = Player.leaderstats.Money.Value - 70
- game.ReplicatedStorage.SpeedCoil:clone().Parent = Player:WaitForChild("Backpack")
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement