Advertisement
BossSpaz

[EzEvent] Hello world

May 30th, 2021
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. local function Event(instance, attributes)
  2.     print("Hello " .. (attributes.Person or "world") .. "!")
  3. end
  4.  
  5. return Event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement