#i need scripts for a clicker game pls help
50 messages · Page 1 of 1 (latest)
learn to script its very easy to make a clicker game
BRO IM A NOOB AT ROBLOX SCRIPTS
thats why you have to learn
yea
we were all noobs at one point
you want to make money so learn to make it
I dont understand roblox coding
if you just copy tutorials you wont get anywhere
so dont code
its easier than python
idk how u dont understand
@willow solstice he just want to make money, i think he saw video on how to get free robux and the video says to build a game
this is a very bad way of coding
heres something i recommend
dont copy the tutorial
No i watched tutorial
break down the code and try to understand what it means
Why
so you actually get somewhere with coding
if you just copy off a tutorial you wont get anywhere
and you wont feel proud because all you did was copy off someone's work
g man
can i atleast get help
** You are now Level 1! **
you can help me
but
heres a script for a button if you're desperate
local plr = game.Players.PlayerAdded:Wait()
btn.MouseButton1Click:Connect(function()
local lstats = plr:WaitForChild("leaderstats")
local clicks = lstats:WaitForChild("Clicks")
clicks.Value +=1
end)```
Thx🙂
local playerStats = Instance.new("Folder")
playerStats.Name = 'leaderstats'
playerStats.Parent = plr
local clicks = Instance.new("NumberValue")
money.Name = "Clicks"
money.Value = 0
money.Parent = playerStats```
place this in server script service
What about local btn = script.Parent
local plr = game.Players.PlayerAdded:Wait()
btn.MouseButton1Click:Connect(function()
local lstats = plr:WaitForChild("leaderstats")
local clicks = lstats:WaitForChild("Clicks")
clicks.Value +=1
end)
make screen gui in starter gui
make a text button
and make a script under the button
and place that code there
dont spoonfeed
You cannot request an entire script. Buy a scripter in #💵︱hiring. The room #1020374354867007528 is for asking others to fix scripts that aren't running as expected.
It won't work because the code is not in a server script. Therefore, I recommend using remote events.
would it not work in a serverscript as well?
Because you should use a local script in a button
Be active in #💬︱general or help people here like I did.
How do i help people