#i need scripts for a clicker game pls help

50 messages · Page 1 of 1 (latest)

low shell
#

basically i wanted to make clicker game but i Found bad tutorials i never made an actual clicker game

willow solstice
#

learn to script its very easy to make a clicker game

low shell
#

BRO IM A NOOB AT ROBLOX SCRIPTS

willow solstice
prisma heath
#

yea

willow solstice
#

we were all noobs at one point

prisma heath
#

you want to make money so learn to make it

low shell
#

I dont understand roblox coding

willow solstice
#

if you just copy tutorials you wont get anywhere

prisma heath
#

so dont code

willow solstice
#

idk how u dont understand

prisma heath
#

@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

willow solstice
#

this is a very bad way of coding

#

heres something i recommend

#

dont copy the tutorial

low shell
#

No i watched tutorial

willow solstice
#

break down the code and try to understand what it means

low shell
#

Why

willow solstice
#

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

prisma heath
#

g man

low shell
#

can i atleast get help

somber stagBOT
#

studio** You are now Level 1! **studio

prisma heath
#

you can help me

willow solstice
#

but

#

heres a script for a button if you're desperate

low shell
#

Yay

#

i will do it tmrw

willow solstice
#
  local plr = game.Players.PlayerAdded:Wait()
btn.MouseButton1Click:Connect(function()
    local lstats = plr:WaitForChild("leaderstats")
    local clicks = lstats:WaitForChild("Clicks")
    clicks.Value +=1
end)```
low shell
#

Thx🙂

willow solstice
#
    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
low shell
#

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)

willow solstice
#

make a text button

#

and make a script under the button

#

and place that code there

low shell
#

ok thx i will do it tmrw

#

Its currently 23:02

candid palm
#

dont spoonfeed

forest stirrup
forest stirrup
willow solstice
low shell
#

I'm not level 5

#

In this server

forest stirrup
forest stirrup