#help
7 messages · Page 1 of 1 (latest)
@split relic
bro how can i make a connection like an event but not using event
its like a function makes a thing
but like i am using a function right know
just like instead of writing
function
part.enable = true
wait(2)
part.enabled = false
its like
function
x:connect()
local x connect = part.enable = true wait (2) part enable = false