I have been trying to get this working for a while now and I can’t
seem to get it working. Does anyone have any ideas?Any errors? What are you trying to do?
Edit, at line 4, it should be :FindFirstChild("Humanoid")
, not .FindFirstChild("Humanoid")
.
Basically what its meant to do is when a player walks into the object I created it will give then health. then the object will vanish along with the particles coming out of the object. I have no idea why its not working
Alrighty, I will try and help. Could you do what my edit said and then tell me what happens? Also, under view, turn on the output window and let me know if there are any lines in red or orange.
Try playtesting and touching the part.
:FindFirstChild(), not .FindFirstChild()
check if it fixes it.
How did I miss that. Thank you so much. Sorry im really new at Lua
we all were there, don’t worry about it. the syntax can be annoying.