|
| 12 Mar 2016 12:13 PM |
local ra=math.pi/15 local x=0
repeat wait() x=x+20 game.Workspace.CurrentCamera.CoordinateFrame=game.Workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(ra*x)/2,0,0) until game.Players.LocalPlayer.game.Players.LocalPlayer.Character |
|
|
| Report Abuse |
|
|
KLGA
|
  |
| Joined: 19 Apr 2014 |
| Total Posts: 2571 |
|
|
| 12 Mar 2016 12:14 PM |
"until game.Players.LocalPlayer.game.Players.LocalPlayer.Character" Is that supposed to be like that? |
|
|
| Report Abuse |
|
|
|
| 12 Mar 2016 12:14 PM |
| until game.Players.LocalPlayer.game.Players.LocalPlayer.Character ????? |
|
|
| Report Abuse |
|
|
|
| 12 Mar 2016 12:15 PM |
"until game.Players.LocalPlayer.game.Players.LocalPlayer.Character"
Recommended username: FunnyRay_revenge
|
|
|
| Report Abuse |
|
|
|
| 12 Mar 2016 12:16 PM |
local player=game.Players.LocalPlayer local character=player.Character local cam=game.Workspace.CurrentCamera local ra=math.pi/15 local x=0
repeat wait() x=x+20 cam.CoordinateFrame=cam.CoordinateFrame*CFrame.Angles(math.rad(ra*x)/2,0,0) until game.Players.LocalPlayer.Character
Sry lol, should have used variables in the first place |
|
|
| Report Abuse |
|
|
Lacrase
|
  |
| Joined: 14 Jan 2015 |
| Total Posts: 12706 |
|
| |
|
| |
|
Lacrase
|
  |
| Joined: 14 Jan 2015 |
| Total Posts: 12706 |
|
|
| 12 Mar 2016 12:47 PM |
wtf ur not jenna if u dont know me
who are you
|
|
|
| Report Abuse |
|
|
|
| 12 Mar 2016 01:25 PM |
| I'm nobody, now fix my script |
|
|
| Report Abuse |
|
|
Lacrase
|
  |
| Joined: 14 Jan 2015 |
| Total Posts: 12706 |
|
| |
|