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

Player has malfunctioned error received return nil value? [closed]

Asked by 5 years ago

game.Workspace.me.me.me.Value = 9

0
What're you trying to do though? ZeroTrool 0 — 5y

Closed as Non-Descriptive by User#20279, Axceed_Xlr, and BlackOrange3343

This question has been closed because its title or content does not adequately describe the problem you are trying to solve.
Please ensure that your question pertains to your actual problem, rather than your attempted solution. That is, you were trying to solve problem X, and you thought solution Y would work, but instead of asking about X when you ran into trouble, you asked about Y.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 5 years ago

Err...

game.Workspace.me.me.me.Value = 9 is just scripting gibberish.

The best I can help you here is:

-- If you're using a LocalScript, use
game:GetService("Players").LocalPlayer
-- to do stuff with le player, and do
game:GetService("Players").LocalPlayer.Character
-- to do stuff with le player's character
Ad