Lukuem
(acidbath)
February 27, 2021, 1:01pm
#1
I have come across this screen shake, and I thought it looked amazing. I am trying to figure out how to replicate it, in this style. None of my searches have found anything useful, though.
https://gyazo.com/945e8cf524c525b45b2585fe5122907f
^the screen shake in question
any ideas on how one would recreate this method of screen shake?
I’m guessing RunService + tweening the camera’s CFrame or something?
1 Like
Tom_atoes
(Tom_atoes)
February 27, 2021, 1:30pm
#3
You can use sleitnick’s EZ camera shake.
The Unity Asset Store has a free asset called EZ Camera Shake , which I have ported to Roblox.
Module:
GitHub repository:
The original author of the Unity3D asset, Road Turtle Games, gave me written permission via email to make and open-source this port to Roblox. I contacted the developer since there was no licensing information available for the Unity3D asset.
Example of the module using the Explosion preset:
Example code:
local camShake = CameraShaker.new(Enum.RenderPriority.Ca…
2 Likes
Lukuem
(acidbath)
February 27, 2021, 1:58pm
#4
thank you, this will be very useful to me, wish i had found it sooner.