Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- You can change 1555 with anything you want, you can do 0 if you want to do it for free
- script.Parent.MouseButton1Click:Connect(function()
- if script.Parent.Parent.Parent.Parent.Parent.Parent.leaderstats.Coins.Value >= 1555 then
- script.Parent.Parent.Parent.Parent.Parent.Parent.leaderstats.Coins.Value -= 1555
- script.Parent:Destroy()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement