Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.LocalPlayer:WaitForChild("leaderstats", 5)
- game.Players.LocalPlayer.leaderstats:WaitForChild("Coins", 5)
- local v8 = game
- local v9 = v8.Players
- local v10 = v9.LocalPlayer
- local v11 = v10.leaderstats
- local v12 = v11.Coins.Value
- local v37 = 99000000
- if v12 > v37 then
- v9 = script
- v10 = v9.Parent
- v11 = v10.Frame
- v37 = v11.Coinicon
- v12 = v37.Prize
- v37 = "Infinite"
- v12.Text = v37
- else
- v9 = script
- v10 = v9.Parent
- v11 = v10.Frame
- v37 = v11.Coinicon
- v12 = v37.Prize
- v8 = game.Players
- v9 = v8.LocalPlayer
- v10 = v9.leaderstats
- v11 = v10.Coins
- v37 = v11.Value
- v12.Text = v37
- end
- game.Players.LocalPlayer.leaderstats.Coins.Changed:Connect(function()
- local v15 = game.Players
- local v16 = v15.LocalPlayer
- local v17 = v16.leaderstats
- local v19 = v17.Coins.Value
- local v21 = 99000000
- if v19 > v21 then
- v15 = script
- v16 = v15.Parent
- v17 = v16.Frame
- v21 = v17.Coinicon
- v19 = v21.Prize
- v21 = "Infinite"
- v19.Text = v21
- return
- end
- script.Parent.Frame.Coinicon.Prize.Text = game.Players.LocalPlayer.leaderstats.Coins.Value
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement