CapsAdmin

Untitled

May 29th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. pace.PartTree = {
  2.     model = {
  3.         clip = true,
  4.         halo = true,
  5.     },
  6.  
  7.     modifiers = {
  8.         animation = true,
  9.         bodygroup = true,
  10.         physics = true,
  11.         proxy = true,
  12.         material = true,
  13.         script = true,
  14.         poseparameter = true,
  15.         fog = true,
  16.     },
  17.    
  18.     effects = {
  19.         shake = true,
  20.         light = true,
  21.         sound = true,
  22.         ogg = true,
  23.         sunbeams = true,
  24.         effect = true,
  25.     },
  26.  
  27.     advanced = {
  28.         script = true,
  29.         command = true,
  30.     }, 
  31. }
Advertisement
Add Comment
Please, Sign In to add comment