i dont want players to be able to see through the wall here is my script:
local character = script.Parent
script.CharacterHighlight:Clone().Parent = character
i dont want players to be able to see through the wall here is my script:
local character = script.Parent
script.CharacterHighlight:Clone().Parent = character
Change the DepthMode of the Highlight to “Occluded”
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.