How to create local parts?

Hello, how would I go about making parts appear only for ONE person and not the entire server?? I tried Instance.new() in a local script in workspace and it did not work.

in workspace? if so, the local script literally wont run. Put it inside the player character

2 Likes

A LocalScript itself cannot run within the workspace unless a Server Scripts RunContext is set to Client which would turn it into a LocalScript, but unlike the Standard, It can run within the workspace.

If you are saying that even if using LocalScript is not having the part only appear for the Player, what are you doing? How are you having this Script run?

:sweat_smile: sorry. I am really dumb lol I did not know it couldn’t run in workspace.

You can always use script.RunContext for that functionality:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.