im2awsm
|
  |
| Joined: 25 Aug 2010 |
| Total Posts: 2295 |
|
|
| 13 Jun 2013 08:37 AM |
local cam = workspace.CurrentCamera
cam.CameraSubject=Workspace.CameraAim cam.CameraType = "Attach" wait(0.1) cam.CameraType = "Scriptable"
This LocalScript in StarterGui only works once, if the character resets, the script does not excecute again. How can I make it execute it each time the player respawns? |
|
|
| Report Abuse |
|
|
Infocus
|
  |
| Joined: 28 Apr 2011 |
| Total Posts: 8022 |
|
|
| 13 Jun 2013 08:39 AM |
Cause you only live once.
Try setting it in starterpack |
|
|
| Report Abuse |
|
|
im2awsm
|
  |
| Joined: 25 Aug 2010 |
| Total Posts: 2295 |
|
|
| 13 Jun 2013 08:41 AM |
| Nope, still works only once. |
|
|
| Report Abuse |
|
|
sam8985
|
  |
| Joined: 12 Nov 2011 |
| Total Posts: 582 |
|
|
| 13 Jun 2013 08:44 AM |
I don't know if this is impractical, but: game.Players.LocalPlayer.CharcterAdded:connect(function() --blah end) |
|
|
| Report Abuse |
|
|
Infocus
|
  |
| Joined: 28 Apr 2011 |
| Total Posts: 8022 |
|
|
| 13 Jun 2013 08:44 AM |
| Make sure archivable is false |
|
|
| Report Abuse |
|
|
im2awsm
|
  |
| Joined: 25 Aug 2010 |
| Total Posts: 2295 |
|
|
| 13 Jun 2013 08:48 AM |
| Both of them didnt make a difference. They just made the script not work at all. |
|
|
| Report Abuse |
|
|
Infocus
|
  |
| Joined: 28 Apr 2011 |
| Total Posts: 8022 |
|
| |
|
im2awsm
|
  |
| Joined: 25 Aug 2010 |
| Total Posts: 2295 |
|
|
| 13 Jun 2013 08:52 AM |
| Well then, I have no use for you here. |
|
|
| Report Abuse |
|
|
Infocus
|
  |
| Joined: 28 Apr 2011 |
| Total Posts: 8022 |
|
|
| 13 Jun 2013 09:01 AM |
Well then maybe you should rewrite your script. I also bet you just put the other guys script in a local script and putting your lines of coding it between. Stop being so shallow, don't expect too much. |
|
|
| Report Abuse |
|
|
im2awsm
|
  |
| Joined: 25 Aug 2010 |
| Total Posts: 2295 |
|
|
| 13 Jun 2013 09:03 AM |
| Well, 'lolidk' isn't very helpful. I got the script from the roblox wiki, but modified it, since the original script on there isn't working for me. I'm probably doing something wrong, but this way works. Just with error. |
|
|
| Report Abuse |
|
|
Infocus
|
  |
| Joined: 28 Apr 2011 |
| Total Posts: 8022 |
|
|
| 13 Jun 2013 09:15 AM |
| Maybe because I said it after helping you, or attempting. I also didn't mean it to take offense |
|
|
| Report Abuse |
|
|