|
| 21 Apr 2016 06:54 PM |
| Is there a way to make parts that are client-side rather than using a message or camera ?(base off the wiki) |
|
|
| Report Abuse |
|
|
|
| 21 Apr 2016 06:56 PM |
if you make a part into workspace using a localscript other clients won't see it
#Code print("Add 13,000 posts") |
|
|
| Report Abuse |
|
|
|
| 21 Apr 2016 07:15 PM |
| Do you mean using Instance.new? I use Clone() and I am using a localscript. I tested it with friends and I am still able to see their parts. |
|
|
| Report Abuse |
|
|
|
| 21 Apr 2016 07:15 PM |
try cloning from rep storage
#Code print("Add 13,000 posts") |
|
|
| Report Abuse |
|
|
|
| 21 Apr 2016 07:17 PM |
@Lord
everyone will still see the parts, to do local parts you have to place the parts in the players camera
It's simple physics R$10,302 |
|
|
| Report Abuse |
|
|
|
| 21 Apr 2016 07:17 PM |
| not with filtering enabled u can put parts in the workspace |
|
|
| Report Abuse |
|
|
|
| 21 Apr 2016 07:18 PM |
"@Lord
everyone will still see the parts, to do local parts you have to place the parts in the players camera"
im basing my bad ways from when my code was faulty because i cloned from rep storage, tested with a friend, and he couldnt see my parts
but u should definitely disregard my code now ok
#Code print("Add 13,000 posts") |
|
|
| Report Abuse |
|
|
nox7
|
  |
| Joined: 29 Aug 2008 |
| Total Posts: 27467 |
|
|
| 21 Apr 2016 07:18 PM |
^^^
FilteringEnabled is the best solution for this. As it is 100% supported. Camera methods lack some physics object support. Like BodyMovers. |
|
|
| Report Abuse |
|
|
|
| 21 Apr 2016 07:21 PM |
oh maybe my method worked because i have filtering
#Code print("Add 13,000 posts") |
|
|
| Report Abuse |
|
|
|
| 21 Apr 2016 08:07 PM |
| FilteringEnabled and clone from rep storage works. Thanks guys |
|
|
| Report Abuse |
|
|