Skip to content

Instantly share code, notes, and snippets.

View essalaptop1-source's full-sized avatar

MUNDAMUNDAMUNDAMUNDA essalaptop1-source

View GitHub Profile
local library = {}
local TweenService = game:GetService("TweenService")
function library:tween(...) TweenService:Create(...):Play() end
local uis = game:GetService("UserInputService")
function library:create(Object, Properties, Parent)
local Obj = Instance.new(Object)