|
| 27 Aug 2016 01:31 PM |
I was thinking of taking a screenshot, then making it to an imagelabel, then rapidly changing the position via script, but i want to make it so the player can look around while the screen is shaking
is this possible in any way?
v so, how's the future, buckero? |
|
|
| Report Abuse |
|
|
|
| 27 Aug 2016 01:32 PM |
nope
cam.CFrame = cam.CFrame * CFrame.new(math.sin(tick()*speed)*amount,math.sin(tick()*speed)*amount,0) |
|
|
| Report Abuse |
|
|
|
| 27 Aug 2016 01:33 PM |
http://wiki.roblox.com/index.php?title=API:Class/Camera right there, scroll down
"me caveman rawr" - Me |
|
|
| Report Abuse |
|
|
|
| 27 Aug 2016 01:46 PM |
thanks remastered, i used this:
while wait() do workspace.CurrentCamera:TiltUnits(25) workspace.CurrentCamera:PanUnits(25) wait() workspace.CurrentCamera:TiltUnits(-25) workspace.CurrentCamera:PanUnits(-25) end
v so, how's the future, buckero? |
|
|
| Report Abuse |
|
|
|
| 27 Aug 2016 01:47 PM |
Meh, you have nothing to thank me for I just showed you that those existed, you implemented it on ur own
"me caveman rawr" - Me |
|
|
| Report Abuse |
|
|