Why I got this this error? , attempt to index nil with 'FireServer', that really help me

Hello, I updated my ATM script and it shows me, there is a problem,
the problem is: " Players.Player1.PlayerGui.CashFrame2.Frame2.LocalScript:21: attempt to index nil with ‘FireServer’ - Client - LocalScript:21"

can someone help me with this problem and find the solution that really help me

waiting for replay as soon as possible.

On line 2, change FindFirstChild to WaitForChild so that it can wait for the RemoteEvent to actually load

Let me try, Thanks for supporting me.

1 Like


I got infinite yield possible

Hmm in that case, it means the RemoteEvent doesn’t exist. Are you sure you named it correctly? Also make sure that it’s in the correct place in ReplicatedStorage.Remotes

1 Like

I fixed the problem Thanks for supporting

Make sure to mark a post as a solution then if you managed to fix it, so that other members know about it being fixed