Advertisement
OverseersMight

Server Config

Apr 19th, 2020
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.93 KB | None | 0 0
  1. local Tool = script.Parent.Parent.Parent
  2.  
  3. local Settings = {
  4.  
  5. --// Positioning
  6.     RightArmPos = CFrame.new(-0.902175903, 0.295501232, -1.32277012, 1, 0, 0, 0, 1.19248806e-08, 1, 0, -1, 1.19248806e-08);
  7.     LeftArmPos = CFrame.new(1.06851184, 0.973718464, -2.29667926, 0.787567914, -0.220087856, 0.575584888, -0.615963876, -0.308488727, 0.724860668, 0.0180283934, -0.925416589, -0.378522098);
  8.     GunPos = CFrame.new(0.284460306, -0.318524063, 1.06423128, 1, 0, 0, 0, -2.98023224e-08, -0.99999994, 0, 0.99999994, -2.98023224e-08);
  9.    
  10. --// Holstering
  11.     HolsteringEnabled = false;
  12.     HolsterPos = CFrame.new(0.440751076, 0, 0.539065719, 1.91068547e-15, 0.99999994, -4.37113883e-08, 4.37113883e-08, -4.37113847e-08, -1, -0.99999994, 0, -4.37113847e-08);
  13.  
  14. --// Explosive Settings
  15.     BlastPressue = 500000;
  16.     BlastRadius = 10;
  17.     DestroyJointRadius = 10;
  18.     ExplosionType = Enum.ExplosionType.NoCraters; -- Might wanna leave it like this
  19.  
  20.     }
  21.  
  22. return Settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement