If you have any questions join the Discord and ask for help there, instead of complaining about it and making the video seem bad. Thanks for your understanding 😃
nah fr bro is tooo good, he just did something in 5 min that took me 3 days for me to finally realize this dude exists and i learned how to do it. i am talking from 2:00 to 4:57. you the goat never stop bro
If you have errors in your script. This is most likely why : - You skipped to the end of the "Clicking Button Local Script". By doing so, you didn't notice Mirixas changing the remove event in the Events folder to "ClickEvent". - You didn't do as followed in 3:11, where you had to change the LocalScript in the clicker GUI. Make sure you also delete the "player" he tried to delete but kept the r, and change it to "rs". thanks a lot for the tutorial, this was very helpful to learn how roblox's gui works, and Lua. followed :)
I just tried it and everything still works, if you guys are experiencing problems, check the capitalization on stuff like "Value", or check the output to see what's wrong (You can see the outputs by going on the View tab, then pressing output)
hey is there any way you could help me? the leaderboard isnt working and i did try everything you said.. is there any way i could send you photos of the script so you can see what i have done wrong? thank you :)
@@juhokettunen4329so when in the video it says to put a script in the text thing to show your clicks,don’t put a script,put a local script and then put all the coding from the video in the local script
I did exactly what the video did, the coding, and yet when I test the game the stupid clicks dont show up when i press the click button. YES, I PUT THE SCRIPTS THE WAY THEY WERE SUPPOSED TO BE. I PUT THE EXACT SAME CODE, I EVEN DOUBLE CHECKED. AND IT DOESNT WORK.
Not sure if this answers your question but if you right click on the script from explorer it will have an “open” button at the top above “view script history”
I know you said you won’t help me but in the leaderstats it wont move up I have a local script and I check the scripts like 4 times and I was correct please I’m begging please help me
I have a stupid question, I know using the event thingy works but I'm sure there's a more simple way to just increase our "clicks" with 1 simple script right?
Can I get some help? Whenever I click the button it doesn’t work. I used a Image button because it looks nicer than the text one will that break the script?
OMG TYSM I HAD BEEN TRYING TO FIGURE THIS OUT FOR DAYSSSS. I watched several UA-camrs who had this 60 Collum script and wasted my time!!! Tysm I needed this congratulations +1 sub❤
BRO I DID IT 3 TIMES ALWAYS CORRECTLY AND WHAT DO I GET NOTHING ONLY THE STUPID BVUTTON AND NOTHING ELSE I PRESS MY SCREEN NOTHING LEADER BOARD NOTHING AND I PRESS BUTTON NOTHING AND IO WROTE THE CODE EXATLY LIKE IN THE VIDEO
I'm having issues with the EventScript, it says ''ServerScriptService.EventScript:1: Expected ')' (to close '(' at column 27), got 'ReplicatedStorage'', and i just can't figure it out, can someone else see what the problem is? SCRIPT: local rs = game.GetService(''ReplicatedStorage'') local event = rs.Events:FindFirstChild(''ClickEvent'') event.OnServerEvent:Connect(function(player) player.leaderstats.Clicks.Value += 1 end)
i hope im not late but u did ( ' ) twice and u need to click at this but with shift ( " ) also in first line after game u placed ( . ) and u need ( : ) if u dont get it just copy this local rs = game:GetService("ReplicatedStorage") local event = rs.Events:FindFirstChild("ClickEvent") event.OnServerEvent:Connect(function(player) player.leaderstats.Clicks.Value += 1 end)
local script local debounce = false local Cooldown = 0.5 local player = game.Players.LocalPlayer script.Parent.MouseButton1Click:Connect(function(player) if debounce == false then debounce = true game.ReplicatedStorage.Events.ClickEvent:FireServer(player) task.wait(Cooldown) debounce = false end end) Event Script: local rs = game:GetService("ReplicatedStorage") local event = rs.Events:FindFirstChild("ClickEvent") event.OnServerEvent:Connect(function(player) player.leaderstats.Clicks.Value += 1 end)
for people that saying its not working the clicks ur right. It says on the output Clicks doesnt work in the events script. reply if ur having the same problem :/
Hey mirixas i hope u answer so when i do the click counter thingy and i click play it says that localplayer is not part of player so i hope i can tell me the solution
If you have any questions join the Discord and ask for help there, instead of complaining about it and making the video seem bad. Thanks for your understanding 😃
@Mirixas How do you abbreviate the Number, or add commas to the numbers when they get to thousands or millions?
@Mirixas how come whenever i join the game all the scripts inside the serverscriptservice get deleted, but get undeleted when I leave.?
pls answer the leaderboard stats does not work
Ok
@@mamakochan1 that is also happening to me
Dude thank you so much you made my day. i was having the worst day im so much happier i found this video thank you so much
No problem 👍
@@Mirixas ok
@@Mirixas awsome im the same
nah fr bro is tooo good, he just did something in 5 min that took me 3 days for me to finally realize this dude exists and i learned how to do it. i am talking from 2:00 to 4:57. you the goat never stop bro
fr
just to know a bigger youtuber did this and than he copied it
If you have errors in your script. This is most likely why :
- You skipped to the end of the "Clicking Button Local Script". By doing so, you didn't notice Mirixas changing the remove event in the Events folder to "ClickEvent".
- You didn't do as followed in 3:11, where you had to change the LocalScript in the clicker GUI. Make sure you also delete the "player" he tried to delete but kept the r, and change it to "rs".
thanks a lot for the tutorial, this was very helpful to learn how roblox's gui works, and Lua. followed :)
Dude the show clicks didn’t work what do I do
@@TraparonROBLOX just follow the tutorial better, amen you’re welcome for the help
@@Picodoux. he changes the name of the remote event to ClickEvent not the folder
This tutorial still Works and its really easy to understand!
The Leaderboard doesnt work for Me Any Help?
did not work for me either, might be because of a roblox studio or roblox update, ill get back if i have new information.
send ur code
try to check ur codes might have miss something
I just tried it and everything still works, if you guys are experiencing problems, check the capitalization on stuff like "Value", or check the output to see what's wrong (You can see the outputs by going on the View tab, then pressing output)
hey is there any way you could help me? the leaderboard isnt working and i did try everything you said.. is there any way i could send you photos of the script so you can see what i have done wrong? thank you :)
@@imperialcircusdeaddecadence88 you must inable api services go to file then go to game settings then go to security then enable api services
@@imperialcircusdeaddecadence88 same issue
i need help, the clicks dont show up on the leaderboard and yes i used local script.please someone help
For the leaderstats script you have to use a normal script
@@Mirixas i did
@@Mirixas i got the same problem here
same and i used a normal script for leaderstats
bro tysm ive been raging non stop cuz i cant figure out why most tutorials aint working tysm
My left ear liked this.
Everything worked besides the part where when I click the button it doesn't add to my clicks.
same
me to
Same
Same
Same
i wasted 6 hours of my life i finally found a scripting video that works tysm u dont know how much this means to me
the second script kept dissapearing
Click button doesnt work for me , when i click clicks doesnt proggress on leaderboard
me neither
same with me
same
I DID THE EXCACT SAME THING yet NOTHING SEMMES TO WORK NOT EVEN THE LEADERSTATS IS SHOWING OFF
Thanks! New Suscriber
My leaderboard is not working i recheck the everything can you plzz help
it's because your in the new roblox test dashboard if you published the game and tried it out it would work.
amazing, but for some reason on the leaderboard it just shows my name. dont know how to fix that.
SAMEE
YEA LIKE WHAT DO WE DO
LOL IDK WHAT TO DO
You need a local script prob
me to
Those are good, short and fast tutorials! I recommend this a LOT!
It doesnt work with the new leaderboard update 😢
My left ear enjoyed this
lmfao
You did a great job with this in just 5 minutes. Thank you bro
To whoever is experiencing a problem at the clicks not showing at the label, its not a script, change it to a local script for it to work.
what script do i change? like what is the specific script name
Thank you so much your the best
@@juhokettunen4329so when in the video it says to put a script in the text thing to show your clicks,don’t put a script,put a local script and then put all the coding from the video in the local script
Which script??
@@Undetified_user when in the video it says how to make the number go up everytime you click it
dosent work ive spent over half a hour checking through if there is any mistakes in my scripts and there are none idk what is wrong with this
maybe you need to enable studio access to API Services
I did exactly what the video did, the coding, and yet when I test the game the stupid clicks dont show up when i press the click button. YES, I PUT THE SCRIPTS THE WAY THEY WERE SUPPOSED TO BE. I PUT THE EXACT SAME CODE, I EVEN DOUBLE CHECKED. AND IT DOESNT WORK.
samee
has something to do on what type of script, click show script errors to check your errors
Same
mine is the leader stats doesn't show up
@@olivfrvrytGo to settings and security and then turn on API or else it ⚠WONT WORK⚠
idk why but my leaderstats arent working
same
Can you put an image button to? 1:21
If your click don’t show in the leaderboard maybe you don’t change “remotevent to clickevent” 2:39
tiny sudol is my homie, ty for the workingg tutorial!!!
It works fine but every time I try to play test it my clicks don’t save
i like this unlike most tutorials he gets straight to the point
THIS WAS SO HELPFUL! Thank you so much
question: i did everything right but is says fireserver can only be called from the client. what does that mean? im subbed btw
you are doing fireserver in a normal script you should do it in a local script
Bor idk what u did but it did Something to my game I can't join my own game if just keeps taking me to local scripts and points to 5 line
The clicks doesn’t appear for me, I’m trying to fix it though
same
same bro!
Same
SAME
Only reason i can think of is that maybe you put a script and not a local script
3:07 how do I get the script back up to change it?
Not sure if this answers your question but if you right click on the script from explorer it will have an “open” button at the top above “view script history”
Thank you sm
@@ikaylou I’ve also just noticed that you can also double click on the script from explorer and it’ll open :)
how do i get the page on the right back
I know you said you won’t help me but in the leaderstats it wont move up I have a local script and I check the scripts like 4 times and I was correct please I’m begging please help me
hi, do you still have this problem?
@@Tirre200yes
i can help you
@@beluqiflivestream
it doesnt work :(
idk why the leaderboard doesnt work :(
i have the same problem :/
It does not work as it says unknown global player, do you know how to fix it?
in the game.Players.PlayerAdded:Connect(function(player)
You probably forgot to put player in the brackets
im so dumb to always try these and when i script i always dont have the same options just time waste for me
The leaderboard does not work for me what can i do
same
bro idk why but always when i join the game studio crashes and i need to close my pc to be able to test the game
ty bro it actually worked and finally it's not like a 40 min video explaining every single word in the script
"Now you'll want to type an A."
@@Arrow-Pointer if you guys dont know what the letter "a" is, its the first letter of the alphabet!
omg no way broooo thank you so much I did another tutorial and it didn’t work but yours worked perfectly and you explained it nicely ❤
if yall dont press enter the text wont look the same.
I have a stupid question, I know using the event thingy works but I'm sure there's a more simple way to just increase our "clicks" with 1 simple script right?
For some reason, My click counter doesnt work, ive done everything right
Edit: I didnt do local script
Help I'm confused
@@Snowii-jw7sm use localscript
I dont know if this still works when i posted this, but is something supposed to be in the folder in the players?
The leaderboard never works do you know why I followed everything
You've earnt yourself a sub
Guys go to output to see if got anything wrong then look back into video.
also make sure your capitalization is the same
The leaderboard never works please could you explain
How do I go back in the ClickEvent??? Im clicking it and doing everything but the script just won't pop up. 3:05
Youre the besti tried 3 youtubers but didnt work and was hard but you are a life savior and you make it very simple
How do I change it so it saves per join?
is there data saving?
theres not and i need to find a script to it into it that will save it
Can I get some help? Whenever I click the button it doesn’t work. I used a Image button because it looks nicer than the text one will that break the script?
theres no clicks on the leaderboard for me
@@STELLARASSASSINsame
OMG TYSM I HAD BEEN TRYING TO FIGURE THIS OUT FOR DAYSSSS. I watched several UA-camrs who had this 60 Collum script and wasted my time!!! Tysm I needed this congratulations +1 sub❤
Is there a way to make it so u could spend the clicks?
BRO I DID IT 3 TIMES ALWAYS CORRECTLY AND WHAT DO I GET NOTHING ONLY THE STUPID BVUTTON AND NOTHING ELSE I PRESS MY SCREEN NOTHING LEADER BOARD NOTHING AND I PRESS BUTTON NOTHING AND IO WROTE THE CODE EXATLY LIKE IN THE VIDEO
have you checked your capital letters?
Doesn't work : /
It does
@@OreanLife no it doesn't
IT does
@liamhester-g7y
VERY COOL TUTORIAL THANKS FOR YOU!!
Dude thank you so much i was loking ofr how to make a sim game for soooooo long and this is actully realy fast and good
underrated video and helped me start up my game :P
does it work for image buttons too?
Guys this video deserves a like cus it does work😁👍
it doesnt work for me, in the leaderstats there is not the counter.
New comment: TYSM IT WORKS NOW I JUST DID A FEW THINGS WRONG YOU EARNED A SUB
Hey um mine still isn’t working any tips?
it doesn't work to me i used local script but it stills not working tho
same here
@@henflogaming9727 same
huh u guys didnot use correct mabye🤔
This is a great tutorial thank you!
Thank you so much ❤❤❤
question when i click the button when im testing it, it does not go on the leaderboard do you know how i can fix that?
same problem
i tried one yesterday, an even bigger game and had the same problem
I'm having issues with the EventScript, it says ''ServerScriptService.EventScript:1: Expected ')' (to close '(' at column 27), got 'ReplicatedStorage'', and i just can't figure it out, can someone else see what the problem is?
SCRIPT:
local rs = game.GetService(''ReplicatedStorage'')
local event = rs.Events:FindFirstChild(''ClickEvent'')
event.OnServerEvent:Connect(function(player)
player.leaderstats.Clicks.Value += 1
end)
Same
try redoing the script
i hope im not late but u did ( ' ) twice and u need to click at this but with shift ( " )
also in first line after game u placed ( . ) and u need ( : )
if u dont get it just copy this
local rs = game:GetService("ReplicatedStorage")
local event = rs.Events:FindFirstChild("ClickEvent")
event.OnServerEvent:Connect(function(player)
player.leaderstats.Clicks.Value += 1
end)
i tried the leaderstats board when i click dosent work
I'm confused that the counter didn't work for me but everything else worked just great.
maybe try a local script
Why doesn’t mine show the clicks on the leaderboard?
it's old now it's different
u have to script ur on leadeboard
goat (sry for bad pfp i used to like ttd but i quit and idk how to change pfp back)
Before i made anothe one ans had problems at rebirths so i decided id make a new one amd now leaderstats doesnt even work
Awesome tut. Quick fast and easy. My first game!
By the way, Are the scripts virus-free?
@@Aux4ux only some virus occure in scripts from the toolbox but obviously, there are no virusses in here.
hi pls help my the text button wont show
Tysm bro you rlly help me!
i tryed to make leaderstats and they somehow didnt appear, how to fix it lol?
now i got problem with events, so somehow it doesnt took an event after i pressed, so i didnt got a add thing
i fixed leaderboard
@@fralctoCreations HOWWWW??? MINE ISNT WORKING EITHER PLS HELP ME
How'd you fix it@@fralctoCreations
nvm i made a mistake it works now tysm ur the best creator ever!!!!!!!!! :DD
I’m confused because I made sure I copied the script and the leader stats won’t work
same
@@Flowers311 what’s your error
when i ghave a script and make another one the first one disappears????
How is yours clicks mine is chicken
yo could you help me make a sim i follow the direction but when i click it not working coulc you help me out
I'll give you all the code i have on different bits
local script
local debounce = false
local Cooldown = 0.5
local player = game.Players.LocalPlayer
script.Parent.MouseButton1Click:Connect(function(player)
if debounce == false then
debounce = true
game.ReplicatedStorage.Events.ClickEvent:FireServer(player)
task.wait(Cooldown)
debounce = false
end
end)
Event Script:
local rs = game:GetService("ReplicatedStorage")
local event = rs.Events:FindFirstChild("ClickEvent")
event.OnServerEvent:Connect(function(player)
player.leaderstats.Clicks.Value += 1
end)
for people that saying its not working the clicks ur right. It says on the output Clicks doesnt work in the events script. reply if ur having the same problem :/
My leaderboard does not show clicks and i would also want to know how to spend the clicks on upgrades for example
My clicker keeps on getting stuck to the screen the clicker where you select stuff
doesnt work😪 is it because i used an image button?
No image buttons should still work
such good video. no words. like is so much deserved
Before you made the tweaks and counter it didn't work for me
Hey mirixas i hope u answer so when i do the click counter thingy and i click play it says that localplayer is not part of player so i hope i can tell me the solution
How do you make the leader board clicks show up?
BRO I SPENT HOURS TRYING TO DO THIS AND THE CLICKS DOEESNT SHOW IN SCREEN PLUS LEADERBOARD
Well you're probably a beginner because making things show is like one of the easiest things to do
@@Mirixasyou know for a tutorial your supposed to help the viewers
If not they will dislike and not come back to your video
@@JKBEARMainLet me give you an example. If somebody asked how to open a door would you answer? Because thats exactly what they are doing
@@Mirixas yes I would answer so they can learn and not have to ask again
On the local script i did number 5 exactly how it was but does that work on ios
It didn’t work for me i tried but the number of clicks didn’t show up
OMG TYSM, I WAS LOOKING EVERYWHERE FOR A SCRIPT, BUT THEY DIDN'T WORK BUT YOURS DID THANK YOUU!!