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

why isn't my script working ?

Asked by 10 years ago

local human = game.Workspace.Player1.Humanoid human.Nameocclusion = Enum.NameOcclusion.occludeALL

1 answer

Log in to vote
0
Answered by
samfun123 235 Moderation Voter
10 years ago

A simple matter of capitalization :

local human = game.Workspace.Player1.Humanoid human.NameOcclusion = Enum.NameOcclusion.OccludeAll

If you have any questions, concerns or just need some help with this PM me on ROBLOX!

0
thanks nubi909 0 — 10y
Ad

Answer this question