spinywind
|
  |
| Joined: 26 Jan 2012 |
| Total Posts: 3580 |
|
|
| 25 Nov 2016 09:25 PM |
Works in studio but not online.
#Code print(print(print(print(print(print(print()))))))) |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
spinywind
|
  |
| Joined: 26 Jan 2012 |
| Total Posts: 3580 |
|
|
| 25 Nov 2016 09:41 PM |
local Player = game.Players.LocalPlayer local Button = script.Parent.Parent.Main.Spawn
Button.MouseButton1Click:connect(function() game.Workspace.CurrentCamera:remove() wait(.1) game.Workspace.CurrentCamera.CameraSubject = Player.Character.Humanoid game.Workspace.CurrentCamera.CameraType = "Custom" script.Parent.Parent.Parent:Destroy() end);
#Code print(print(print(print(print(print(print()))))))) |
|
|
| Report Abuse |
|
|
spinywind
|
  |
| Joined: 26 Jan 2012 |
| Total Posts: 3580 |
|
|
| 25 Nov 2016 09:42 PM |
mb this is in a local script.
#Code print(print(print(print(print(print(print()))))))) |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 25 Nov 2016 09:44 PM |
"game.Workspace.CurrentCamera:remove()" why |
|
|
| Report Abuse |
|
|
spinywind
|
  |
| Joined: 26 Jan 2012 |
| Total Posts: 3580 |
|
|
| 25 Nov 2016 09:46 PM |
Idk because it was glitchy without it plus it worked in studio.
#Code print(print(print(print(print(print(print()))))))) |
|
|
| Report Abuse |
|
|
spinywind
|
  |
| Joined: 26 Jan 2012 |
| Total Posts: 3580 |
|
|
| 25 Nov 2016 11:06 PM |
Ik i was using remove, i used this a long time ago. Why doesn't it work even when i use destroy.
#Code print(print(print(print(print(print(print()))))))) |
|
|
| Report Abuse |
|
|