#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)

bold rain
#

pls im very bad scripter

faint egret
#

this is scripting help not a free script generator..

rose cypress
# bold rain pls im very bad scripter

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