Mryeetmemes

Alternatives to Coroutines entirely

Jul 6th, 2021
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. local function FastSpawn(Body)
  2.     local BindableEvent = Instance.new("BindableEvent");
  3.     BindableEvent.Event:Connect(Body);
  4.     BindableEvent:Fire();
  5.     BindableEvent:Destroy();
  6. end
Advertisement
Add Comment
Please, Sign In to add comment