xXLiLxJXx
|
  |
| Joined: 15 Mar 2012 |
| Total Posts: 687 |
|
|
| 14 Mar 2014 06:29 PM |
| How can I make it so that only 1 person out of all the people in a server can view a part? If you know, please give me an example of a script so I can test. I will use with a server of 3 people. |
|
|
| Report Abuse |
|
|
|
| 14 Mar 2014 06:31 PM |
| put the part in the players current camera |
|
|
| Report Abuse |
|
|
jonesj627
|
  |
| Joined: 06 Oct 2010 |
| Total Posts: 1496 |
|
|
| 14 Mar 2014 06:31 PM |
put the brick in the player's camera using a local script eg.
brick.Parent = game.Workspace.CurrentCamera
|
|
|
| Report Abuse |
|
|
|
| 14 Mar 2014 06:32 PM |
--localscript in startergui
plr = game.Players.LocalPlayer repeat wait() until plr.Character or Workspace.CurrentCamera if plr.Name == "YourNameHere" then Instance.new("Part",Workspace.CurrentCamera) end |
|
|
| Report Abuse |
|
|
xXLiLxJXx
|
  |
| Joined: 15 Mar 2012 |
| Total Posts: 687 |
|
|
| 14 Mar 2014 06:56 PM |
| THANK YOOUUUUUUUU, It works. |
|
|
| Report Abuse |
|
|