GithubHelp home page GithubHelp logo

overhash / rbxts-camera-shaker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from osyrisrblx/rbxts-camera-shaker

0.0 1.0 0.0 418 KB

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

Lua 100.00%

rbxts-camera-shaker's Introduction

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.

rbxts-camera-shaker's People

Contributors

gigsd4x avatar osyrisrblx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.