Advertisement
Cizzy

Boku No Roblox

Feb 24th, 2021
1,336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. getgenv().skill = true
  2. while skill do wait()
  3. local quirkName
  4. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  5. if string.find(tostring(v), "Quirk") then
  6. quirkName = tostring(v)
  7. end
  8. end
  9. game.Players.LocalPlayer.Character[quirkName].E:FireServer()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement