Advertisement
Meliodas0_0

JB particles gui started

Feb 20th, 2020
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. for a,b in pairs(getgc()) do
  2. if typeof(b) == "function" then
  3. for c,d in pairs(debug.getupvalues(b)) do
  4. if typeof(d) == "table" and rawget(d,"Fireworks") then
  5. d.Fireworks(math.huge)
  6. end
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement