ROBLOX Scripting Tutorial – Cookie Clicker Game
FollgumRBLX
Views: 24378
Like: 289
How to make a Cookie Clicker game on ROBLOX!
If this works, please like and subscribe and I will release more tutorials.
If you have any questions or any errors occur please let me know in the comments.
If this works, please like and subscribe and I will release more tutorials.
If you have any questions or any errors occur please let me know in the comments.
Uncopylocked Place:
12.12.2021
i lost all my progress because my stupid studio crashed -.-
hey guys this is my Cookie Clicker game i made changes on the game
https://web.roblox.com/games/1558848414/Cookie-Clicker
leaderboard dont work…
Pro tip: If you're lazy and you download the uncopylocked place you won't learn anything from the video! If you're not lazy and you want to learn then do not download the Uncopylocked place!
2nd Pro tip: If it doesn't work go to the uncopylocked place
i add many upgrades in UPGRADE
it works well
Doesn't work??
Ohhhhhh and now the video blows up lol I watched this a year ago
that not work
is cant click button for cookies 0
guys did it work for you (just saying)
Did not work for me… Waste my time A LOT!
—leaderboard
game.Players.PlayerAdded:connect(function(plr)
print("lol leaderboard loaded m80s")
leaderstats=Instance.new("IntValue")
leaderstats.Parent=plr
leaderstats.Name="leaderstats"
cookies=Instance.new("IntValue",leaderstats)
cookies.Name="Cookies"
cookies.Value=0
end)
Enjoy 😉
i have problems with my scripts , can someone send the second script plz ?
everything went right but when I start the game the cookie isnt able to be clicked but when im in roblox studio i can click it and i get more cookies
—leaderboard
game.Players.PlayerAdded:connect(function(plr)
print("lol leaderboard loaded m80s")
leaderstats = Instance.new("IntValue")
leaderstats.Parent = plr
leaderstats.Name = "leaderstats"
Oofs = Instance.new("IntValue", leaderstats)
Oofs.Name = "Cookies"
Oofs.Value = 0
end)
Everything isnt working i give up :C
it doesn't work I did everything..
thanks
if i ever release my game ill credit you
THIS DOESNT WORK
MY CPS OSNT SHOWING UP
New case clicker tutorial! https://www.youtube.com/watch?v=ugMlVo0XRHE
When i click cookie i wont get any cookies 🍪
having trouble subtracting cookies during upgrade script
Sorry to break it too you follgum the scripts might be outdated
How to make this game can save the number and everyone can click this cookie
I am making a game but not cookie
more simple leaderboard
local cookiecount = game.Players.LocalPlayer.leaderstats.Cookies.Value
game.Players.PlayerAdded:Connect(function(plr)
local leader = Instance.new("Folder",plr)
leader.Name = "leaderstats"
local cookies = Instance.new("IntValue",leader)
cookies.Name = "Cookies"
end)
–To access the cookies do;
cookiecount.Value = cookiecount.Value + 1
–You can use click events on the cookie too.
The value in leaderboards won't show.
that's not work for me
For all those people whose cookie machines didn’t work I’ll share some of my cookies with u
Now how to add CPS on leaderboard
how do you make it so you get more cookies per click?
When I upgrade the CPS it does not give me cookies
put in server script service for leaderstats to work
game.Players.PlayerAdded:Connect(function(player)
local stats = Instance.new("Folder")
stats.Name = "leaderstats"
stats.Parent = player
local strength = Instance.new("IntValue")
Cookies.Name = "Cookies"
Cookies.Value = 0
Cookies.Parent = stats
end)
Maybe you could make it more beginner friendly by explaining what the script does~ not saying that I'm a beginner but just a suggestion
it doesn't work for me, when i click the cookie it says "leaderstats is not a valid member of ScreenGui".
how do i fix this? :v
I'm using this for my cookie clicker game!
how do i make an upgrade that increases the amount of cookies you get per click?
hi, can you help me?
i'm want to make a buttom that increases the icome value when clicked, pls help
Can I turn this into a click part?
10:08 is my time stamp for when I come back
can you please tell scripts to me im on the fullest quality and all i see is dots is that – , . please tell me also can you just show it in your best quality ever i hardly see the thing and slow down and i am taking hours looking at one single part 13:10 is my time stamp
can you make so the cpS SAVE
How do I make a data store to save all cookies and everything?
…
Really helpful video it's just that your kinda going really fast, I messed up alot but I blame myself for that, next time go a bit slower
The cost do not save how can i fix that?
Why doesnt it save tho (btw i love ur vids)
nothing happends when i click it
How would you make it work for other leaderstats like instead of cookies fruits
I know I prob wont get a answer but still a very helpful video