Osyrisrblx/rbxts-camera-shaker: Roblox-ts Package For ... - GitHub

Skip to content Dismiss alert {{ message }} / rbxts-camera-shaker Public
  • Notifications You must be signed in to change notification settings
  • Fork 4
  • Star 4
  • Code
  • Issues 1
  • Pull requests
  • Actions
  • Projects
  • Security
  • Insights
Additional navigation options  masterBranchesTagsGo to fileCode

Folders and files

NameNameLast commit messageLast commit date

Latest commit

 

History

22 Commits
.github/workflows.github/workflows  
CameraShakerCameraShaker  
.gitignore.gitignore  
README.mdREADME.md  
index.d.tsindex.d.ts  
package-lock.jsonpackage-lock.json  
package.jsonpackage.json  
tsconfig.jsontsconfig.json  
View all files

Repository files navigation

  • README
rbxts-camera-shaker

roblox-ts package for Crazyman32's Roblox port of "EZ Camera Shake"

Crash Course

import CameraShaker from "@rbxts/camera-shaker" const camShake = new CameraShaker( Enum.RenderPriority.Camera.Value, shakeCFrame => camera.CFrame = playerCFrame.mul(shakeCFrame) ); camShake.Start(); // Explosion shake: camShake.Shake(CameraShaker.Presets.Explosion); wait(1) // Custom shake: camShake.ShakeOnce(3, 1, 0.2, 1.5);

Presets

CameraShaker.Presets.Bump A high-magnitude, short, yet smooth shake. Should happen once.

CameraShaker.Presets.Explosion An intense and rough shake. Should happen once.

CameraShaker.Presets.Earthquake A continuous, rough shake. Sustained.

CameraShaker.Presets.BadTrip A bizarre shake with a very high magnitude and low roughness. Sustained.

CameraShaker.Presets.HandheldCamera A subtle, slow shake. Sustained.

CameraShaker.Presets.Vibration A very rough, yet low magnitude shake. Sustained.

CameraShaker.Presets.RoughDriving A slightly rough, medium magnitude shake. Sustained.

About

roblox-ts package for Crazyman32's Roblox port of "EZ Camera Shake"

Resources

Readme

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

4 stars

Watchers

1 watching

Forks

4 forks Report repository

Releases

1 tags

Packages

Uh oh!

There was an error while loading. Please reload this page.

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

Languages

  • Lua 100.0%
You can’t perform that action at this time.

Tag » How To Shake Camera Roblox