Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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;
- 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;
- 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