Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Can anyone Help me On this job Script mines not working rn for some reason and theres an error?

Asked by
0Hv1 0
3 years ago

local player = game.Players:GetPlayers()

local Jobbing = false

function onClicked(playerWhoClicked)if Jobbing == false then Jobbing = true playerWhoClicked.Character.LowerTorso.Anchored = true playerWhoClicked.Character.Head.Title.F.Working.Visible = true wait(5) playerWhoClicked.Character.LowerTorso.Anchored = false ****playerWhoClicked.Leaderstats.Money.Value=playerWhoClicked.Leaderstats.Money.Value + 245; playerWhoClicked.Character.Head.Title.F.Working.Visible = false playerWhoClicked.Character.Head.Title.F.HowMuch2.Visible = true wait(1) playerWhoClicked.Character.Head.Title.F.HowMuch2.Visible = false Jobbing = false end end

script.Parent.ClickDetector.MouseClick:Connect(onClicked)

It shows an error were the Bold thingy is here imma put script right here hopefully u can find it on here it kind of on the middle cause its showing an error right here playerWhoClicked.Leaderstats.Money.Value=playerWhoClicked.Leaderstats.Money.Value + 245; anyone please help i need to to work please help do i have to change any thing on top or bottom? cause if i do please tell me were to put it

0
We can't understand your script unless you list it as Lua. to do so, edit this question, press the lua icon, and paste your code inbetween the ~~'s that pop up ScriptsALot 91 — 3y

1 answer

Log in to vote
0
Answered by
Pupppy44 671 Moderation Voter
3 years ago

take out the ; i think that's the problem.

Ad

Answer this question