#hi could you give me a script for shaking the screen? that is, if the script is enabled, the screen
1 messages · Page 1 of 1 (latest)
this is scripting help not a free script generator..
here you go
local screenShake = workspace.Camera.CFrame
local intensity = 0.005
while task.wait(intensity) do
local screenShakeInstance = Instance.new("Part")
screenShakeInstance.Parent = workspace
screenShakeInstance.Name = tostring(screenShake)
end