|
| 14 Jun 2011 09:11 PM |
| I am making a Game, but for the Game I need a script so that it doesn't show your person, but you have the free roam camera like in Roblox Studio. Where you can go where ever. |
|
|
| Report Abuse |
|
|
| |
|
1998ice
|
  |
| Joined: 05 Oct 2009 |
| Total Posts: 234 |
|
|
| 14 Jun 2011 09:16 PM |
| I could use one too. Or one that doesn't show your character and maybe just uses a model or brick to focus on. |
|
|
| Report Abuse |
|
|
|
| 14 Jun 2011 09:18 PM |
| Well I am making a Sims 3 Game. So I want the Free Roam Script, because that's how you move around in the Sims. |
|
|
| Report Abuse |
|
|
1998ice
|
  |
| Joined: 05 Oct 2009 |
| Total Posts: 234 |
|
|
| 14 Jun 2011 09:20 PM |
| I want one for use on a plane, kind of like the one Crazyman32 uses. |
|
|
| Report Abuse |
|
|
Tyler9595
|
  |
| Joined: 17 May 2008 |
| Total Posts: 1452 |
|
|
| 14 Jun 2011 09:20 PM |
| Try moving the character to the lighting? Idk. If you can still use tools though. |
|
|
| Report Abuse |
|
|
|
| 14 Jun 2011 09:22 PM |
| Yeah. I want the script he uses in Limitless Skies and Perilous Assualt. |
|
|
| Report Abuse |
|
|
|
| 15 Jun 2011 07:39 PM |
It's this simple:
game.Players.PlayerAdded:connect(function(p) p.CharacterAdded:wait() wait(0.1) p.Character = nil end) |
|
|
| Report Abuse |
|
|
|
| 15 Jun 2011 07:57 PM |
| danget. crazyman beat me to it >:/ |
|
|
| Report Abuse |
|
|
hyper900
|
  |
| Joined: 14 May 2009 |
| Total Posts: 873 |
|
|
| 15 Jun 2011 08:02 PM |
crazyman's always pwnsome script simplified :D:
game.Players.PlayerAdded:connect(function(blahblahblahlololol) wait(0.1) blahblahblahlololol.Character.Parent = nil end)
-- Simplified, but much glitchier :D |
|
|
| Report Abuse |
|
|
|
| 15 Jun 2011 08:03 PM |
@Hyper - That will error much of the time since it does not wait for the character.
If you don't wait for the character, then the "Waiting for character" message will get stuck on your screen. |
|
|
| Report Abuse |
|
|
1998ice
|
  |
| Joined: 05 Oct 2009 |
| Total Posts: 234 |
|
|
| 16 Jun 2011 08:33 PM |
| sweet script Crazyman, now how do you get the camera to stay locked on a model (Plane)? |
|
|
| Report Abuse |
|
|
|
| 16 Jun 2011 08:36 PM |
| @1998 - Change the CameraSubject to a part on the plane (I usually add a transparent brick called View to my planes and use that) and then change the CameraType. I usually use the Attach type for planes. |
|
|
| Report Abuse |
|
|
Miro034
|
  |
| Joined: 07 Oct 2009 |
| Total Posts: 6568 |
|
|
| 12 Nov 2011 12:50 PM |
| I already made one and it was easy. |
|
|
| Report Abuse |
|
|
|
| 28 Sep 2013 12:32 PM |
| wat man i tried this and it didn't work d: |
|
|
| Report Abuse |
|
|
moe1112
|
  |
| Joined: 26 May 2012 |
| Total Posts: 28 |
|
|
| 08 Jul 2014 11:41 AM |
| how do you remove a specific player :/ |
|
|
| Report Abuse |
|
|