76km
|
  |
| Joined: 14 Aug 2015 |
| Total Posts: 5455 |
|
|
| 04 Jan 2016 09:33 PM |
| How do we make bricks, only visible to one player. Or, just one colour per player? |
|
|
| Report Abuse |
|
|
|
| 04 Jan 2016 09:37 PM |
The best way is with FE.
Otherwise, you can put them in CurrentCamera, but that's sort of an exploit-esque workaround that isn't supported by Roblox, and if they break it, they won't really care. |
|
|
| Report Abuse |
|
|
76km
|
  |
| Joined: 14 Aug 2015 |
| Total Posts: 5455 |
|
|
| 04 Jan 2016 09:39 PM |
| No, but I'm barley familiar with FE other than GUIs |
|
|
| Report Abuse |
|
|
|
| 04 Jan 2016 11:20 PM |
| If you create a part in a localscript with FE on, it's only visible to that player that the localscript is running on. |
|
|
| Report Abuse |
|
|
|
| 04 Jan 2016 11:46 PM |
Without FilteringEnabled you need a local script running inside the player from starterscripts or playergui or startergear. Next you need to create a part into workspace.CurrentCamera as this will only be viewable to the user that has the part in the camera
|
|
|
| Report Abuse |
|
|