Advertisement
vlatkovski

Untitled

Sep 3rd, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.53 KB | None | 0 0
  1. create, ud, ud2, c3, v3, ins, bc, cf, c255, v2 = LoadLibrary("RbxUtility").Create, UDim.new,  UDim2.new, Color3.new,  Vector3.new, Instance.new, BrickColor,  CFrame, function(r,g,b) return Color3.new(r/255, g/255, b/255) end, Vector2.new;
  2. random, pi, sin, cos, sqrt, abs, log, exp, tan, rad, deg = math.random, math.pi, math.sin, math.cos, math.sqrt, math.abs, math.log, math.exp, math.tan, math.rad, math.deg;
  3.  
  4. local function spawn(func) local b = Instance.new("BindableEvent") b.Event:connect(func) local a = b:Fire() b:Destroy() return a end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement