I would like to start expirimenting with creating personal settings for a game, like for example enabling after-effects for people who's PCs can handle them, or an indicating part to help a specific player, but other players can't see them/it.
Thanks in advance!
In order for post effects to be visible for only one person, you must put it in CurrentCamera
.
In order for parts to be visible by one person, you have to create Local Parts
;
local bin=Instance.new("Camera",workspace) local localPart=Instance.new("Part",bin)