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

Detecting the player model in the workspace?

Asked by
RoyMer 301 Moderation Voter
8 years ago

How can I detect the player model in the workspace? Below is what I tried.

local player = game.Players.LocalPlayer.Character
1
Place two lines behind that line: "repeat wait() until game.Players.LocalPlayer" and ""repeat wait() until game.Players.LocalPlayer.Character". Only use LocalPlayer in LocalScripts. Marios2 360 — 8y
0
Thanks! it worked! RoyMer 301 — 8y

Answer this question