|
| 06 Jan 2014 11:19 AM |
| Im making a game, and it kinda interferes if you see other players. So I need to make them invisible and make it so you can walk through the other players. Accept you need to SEE yourself, just not other players. |
|
|
| Report Abuse |
|
|
hachibey
|
  |
| Joined: 09 Jun 2007 |
| Total Posts: 518 |
|
|
| 06 Jan 2014 11:19 AM |
| Parent the Character to the CurrentCamera. |
|
|
| Report Abuse |
|
|
|
| 06 Jan 2014 11:21 AM |
| Could you help me with that? I really suck at camera stuff. |
|
|
| Report Abuse |
|
|
hachibey
|
  |
| Joined: 09 Jun 2007 |
| Total Posts: 518 |
|
|
| 06 Jan 2014 11:22 AM |
LocalScript repeat wait() until game.Players.LocalPlayer.Character game.Players.LocalPlayer.Character = workspace.CurrentCamera
http://www.roblox.com/Noobcaik-item?id=107458461 |
|
|
| Report Abuse |
|
|
|
| 06 Jan 2014 11:23 AM |
k thx. I just put that code in a local script? Nuttin' special?
|
|
|
| Report Abuse |
|
|
hachibey
|
  |
| Joined: 09 Jun 2007 |
| Total Posts: 518 |
|
|
| 06 Jan 2014 11:25 AM |
| Put LocalScript inside StarterGui |
|
|
| Report Abuse |
|
|
|
| 06 Jan 2014 11:25 AM |
k. Am I allowed to rename it?
:P |
|
|
| Report Abuse |
|
|
|
| 06 Jan 2014 11:30 AM |
| yes just put it into localscript in starterpack and it should be fine name doesnt change anything |
|
|
| Report Abuse |
|
|
|
| 06 Jan 2014 11:32 AM |
| Wait, starterpack or startergui? |
|
|
| Report Abuse |
|
|
hachibey
|
  |
| Joined: 09 Jun 2007 |
| Total Posts: 518 |
|
| |
|
| |
|