View Chair
--Insert this into an empty tool in order for it to work no need to add a handle | |
local Fabriccolor = Color3.fromRGB(255,255,255) | |
local WoodColor = Color3.fromRGB(226,155,64) | |
local ChairCooldown = 62 -- time before a new box arrives | |
local ChairDespawnTime = 60 -- time before the chair removes itself | |
local ThrowVelocity = 150-- how fast the chair is thrown | |
local KnockBackDistance = 50 -- how far away the hit target is sent | |
local ChairPushDistance = 10 -- how far the chair pushes people back when held forward | |
local CriticalThreshold = .9 --the Threshold of velocity in which the chair stuns | |
local NormalDamage = 0 -- normal damage |