Pralisk
|
  |
| Joined: 25 Oct 2009 |
| Total Posts: 300 |
|
|
| 25 Jul 2015 03:03 AM |
How do you use a local script to edit objects in the workspace for the local player to see only? (i.e a brick that only a specific player can interact with)
I have ROBLOX+ |
|
|
| Report Abuse |
|
|
mycheeze
|
  |
| Joined: 27 Jun 2011 |
| Total Posts: 6748 |
|
|
| 25 Jul 2015 03:04 AM |
| >Toggle filtering enabled to true |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
| |
|
Locard
|
  |
| Joined: 13 Apr 2014 |
| Total Posts: 3516 |
|
|
| 25 Jul 2015 03:04 AM |
Turn FilteringEnabled in workspace on. |
|
|
| Report Abuse |
|
|
Pralisk
|
  |
| Joined: 25 Oct 2009 |
| Total Posts: 300 |
|
|
| 25 Jul 2015 03:08 AM |
Are there any special requirements for the script? Like values or events?
I have ROBLOX+ |
|
|
| Report Abuse |
|
|
mycheeze
|
  |
| Joined: 27 Jun 2011 |
| Total Posts: 6748 |
|
|
| 25 Jul 2015 03:09 AM |
There are things called remote events, if you toggle filtering enabled on, anything done by the client won't replicate to the server.
So if you do want to interact with the server, you use those 'remote events' to pass information or to ask the server to perform tasks. |
|
|
| Report Abuse |
|
|
Pralisk
|
  |
| Joined: 25 Oct 2009 |
| Total Posts: 300 |
|
|
| 25 Jul 2015 03:11 AM |
k thanks now my game can continue,
I have ROBLOX+ |
|
|
| Report Abuse |
|
|
MisBloxy
|
  |
| Joined: 13 Sep 2008 |
| Total Posts: 164 |
|
|
| 25 Jul 2015 03:12 AM |
Yes FilteringEnabled would work, but did you mean to have certain bricks visible only to you? If so, it's easy. Just put the bricks in the player's camera.
Yay I did it! :D |
|
|
| Report Abuse |
|
|