Advertisement
NukeVsCity

Anti vampire burn for yba 2

Jun 12th, 2021
1,052
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. _G.antivamp = true -- change to false to disable
  2.  
  3. while _G.antivamp do wait()
  4. pcall(function()
  5. if _G.antivamp == false then return end
  6. game:GetService("Players").LocalPlayer.Character.RemoteEvent:FireServer("VampireBurnOff");
  7. end )
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement