How to make a Clicker Game in ROBLOX part 2! - androidgamestore.net

How to make a Clicker Game in ROBLOX part 2!

Freeze
Views: 1140
Like: 67
Part 2 is out after about 400 days. srry yall
like and subscribe before u use these scripts or else i will be sad 🙁
scriptz:

Rebirth System in button:
–made by freeze yt
local player = game.Players.LocalPlayer
local clicks = player.leaderstats:FindFirstChild(“Clicks”)
local rebirths = player.leaderstats:FindFirstChild(“Rebirths”)
local price = script.Parent.Price
local amount = script.Parent.Amount

script.Parent.MouseButton1Click:Connect(function()
if clicks.Value –type the aligator thing pointing to left, yt wont let me :(– = price.Value then
clicks.Value = 0
rebirths.Value += amount.Value
price.Value = price.Value * rebirths.Value + 1

end
end)

while wait() do
script.Parent.Text = ” “..amount.Value..” Rebirths –“..price.Value..” Clicks”
end
————————————————————————————————————————————————————
script for clicking button:

local player = game.Players.LocalPlayer
local clicks = player.leaderstats:FindFirstChild(“Clicks”)
local rebirths = player.leaderstats:FindFirstChild(“Rebirths”)

script.Parent.MouseButton1Click:Connect(function()
clicks.Value = clicks.Value + 1
if rebirths.Value –alligator thing pointing to left, yt wont let me– = 0 then
clicks.Value = clicks.Value + rebirths.Value * 2
end
end)
________________________________________________________________________________________________
script that opens the rebirth menu:

local ob = script.Parent
local rf = script.Parent.Parent.Frame

ob.MouseButton1Click:Connect(function()
if rf.Visible == true then
rf.Visible = false
else
rf.Visible = true

end
end)
————————————————————————————————————————————————————-

like and subscribe before u use these scripts or else i will be sad 🙁

34 Comments

  1. Part 3 at 50 likes! Give me ideas for part 3! (Besides pets, im saving the pet tutorial for 1k subs)

  2. Good video I’m hoping u get 50 likes I really want a new tutorial

  3. my rebirths dont work please help

  4. Do a part 3 without 50 likes you will run the views and more people will watch overtime due to the series the likes will just kill your views

  5. Need Help:

    local player = game.Players.LocalPlayer

    local clicks = player.leaderstats:FindFirstChild("Clicks")

    local rebirths = player.leaderstats:FindFirstChild("Rebirths")

    local price = script.Parent.Price

    local amount = script.Parent.Amount

    script.Parent.MouseButton1Click:Connect(function()

    if clicks.Value -type the aligator thing pointing to left, yt wont let me :(- = price.Value then

    clicks.Value = 0

    rebirths.Value += amount.Value

    price.Value = price.Value * rebirths.Value + 1

    end

    end)

    while wait() do

    script.Parent.Text = " "..amount.Value.." Rebirths –"..price.Value.." Clicks"

    end

    " script.Parent.Text = " "..amount.Value.." Rebirths –"..price.Value.." Clicks"
    That command doesn't change my Button text

  6. I got a problem. The label box on the screen that shows how much clicks i got, it doesn't work. when i followed the previous tutorial it was working fine. But now it doesn't shows, it just shows an text "Label" and when i click the button, it stay showing it. i'll be proud if u can solve my problem.

  7. please help on the other tutorial data save was working but now it isn't

  8. the rebirth doesn't work for me, do you know why???

  9. i copy evry script and do evrything you say and whn i clich rebirth noting hapend

  10. Two thing one this isn't working for me so im changing some things and your voice sounds different u okay?

  11. Could it be possible if you make a shop with things that we can buy with clicks? (my rebirths system doesn't work, when i press rebirths i dont get my rebirth)

  12. BRUH I JUST DELETED A THING BY ACCIDENT NOW I CANT CLICK
    AND NOTHING WORKS

  13. Fix the rebirth system please, when im on 0 clicks and i click rebirth it gave me 1 rebirth

  14. Can you send me a link too your discord server?

  15. also idk how to insert the "alligator thing" can u help me pls

    Edit:nvm i think its ">"

  16. Hey, how do i increase the price for rebirth? i want that the first rebirth cost 100 coins and after that 200 after that 300 etc. how can i do this?

  17. bro this messes up the ClickingScore thingy F u need to create a script which is connected to the clicker gui so the clicking score thingy works
    or else it wont work the part 1 was better 🙁

Leave a Reply

Your email address will not be published.