of     1   

Barmoi
#228300963Friday, December 01, 2017 8:50 PM GMT

this is a rebirth script that is not working: local Coins = game.Players.LocalPlayer.leaderstats.Coins local Rebirth = game.Players.LocalPlayer.leaderstats.Rebirth function onButtonClicked() if Coins.Value <= 999 then Rebirth.Value = Rebirth.Value + 1 Coins.Value = 0 end end script.Parent.MouseButton1Click:Connect(onButtonClicked) ʰᵉʸ ʷʰᵒ ᵐᵃᵈᵉ ᵐʸ ᵏᵉʸᵇᵒᵃʳᵈ ᵗᶦⁿʸ|R$100,033|~Rocks Owner & Lead VC'er|+2.3k posts
Pastures
#228301054Friday, December 01, 2017 8:52 PM GMT

Maybe if you made it yourself, you'd know why it wasn't working.
Barmoi
#228301083Friday, December 01, 2017 8:53 PM GMT

I actually did nothing is wrong because is not popping up on the output ʰᵉʸ ʷʰᵒ ᵐᵃᵈᵉ ᵐʸ ᵏᵉʸᵇᵒᵃʳᵈ ᵗᶦⁿʸ|R$100,033|~Rocks Owner & Lead VC'er|+2.3k posts
Ashley_Phantom
#228301349Friday, December 01, 2017 9:01 PM GMT

local Coins = game.Players.LocalPlayer.leaderstats.Coins local Rebirth = game.Players.LocalPlayer.leaderstats.Rebirth script.Parent.MouseButton1Click:connect(function() if Coins.Value < 999 then -- what exactly are you trying to do? if coins value is less then 900 or more? Rebirth.Value = Rebirth.Value + 1 Coins.Value = 0 end end) // ASUS GTX 1070 STRIX / I7 6700K / 16GBs of RAM

    of     1