I want to know how I can make a part visible to only one player.
I am trying to get every part in a model visible to one player,
for i,v in pairs(preview:GetChildren()) do if v:IsA("Part") then v.Transparency=0.5 end
Placing it in localplayer's camera (Only works for local player)
Part = Instance.new("Part", Workspace.CurrentCamera)
Test it with a friend. Or create a server in studio with two players. Hope I helped :)
You would place it in the localplayer's camera, this means that it would only THAT PLAYER could see it, or would see it differently too others.
Go here for more information about Local_Parts:
http://wiki.roblox.com/index.php?title=Local_parts