|
| 14 Aug 2013 08:45 AM |
How can i make a part or model that its only visible for me?
(a local part or model?)
I wanna make a multiplayer slender game and make pages visible only to that playing player..
idk if you understood D: |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2013 08:47 AM |
| Using a local script, put the parts you want to be visible for only one person, into their camera. |
|
|
| Report Abuse |
|
|
Raphael7
|
  |
| Joined: 03 Dec 2008 |
| Total Posts: 2479 |
|
|
| 14 Aug 2013 08:50 AM |
An example is like this;
local part = Instance.new('Part', game.Workspace.CurrentCamera) -- This should be only visible to you and you can only use Local Script
> Trolls are radical hipsters. |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2013 08:54 AM |
Could you please help me more..? I tried doing it but it didnt success.. :| |
|
|
| Report Abuse |
|
|
| |
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
|
| 14 Aug 2013 08:57 AM |
| What is the script to put it in for everyone but while acctely having it a local part? |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2013 10:10 AM |
G, This might have to be in a Local script. So put in a Local script in StarterPack: local part = Instance.new('Part', game.Workspace.CurrentCamera)
V,
Put the script in each Players StarterPack, or loop thru Desired Players, and only put script in their BackPack. |
|
|
| Report Abuse |
|
|