The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
DNA test anyone far away script pastebin roblox
By DNA test anyone far away on 2024-09-22 08:00 am | Syntax: LUA | Views: 10



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. -- Usable as anyone
  2.  
  3. local args = {
  4.     [1] = game:GetService("Players").username.Character
  5. }
  6.  
  7. workspace.Events.Character.Abilities:FindFirstChild("DNA Tester").Use:FireServer(unpack(args))
  8.  
  9. -- Works well as vampire only
  10.  
  11. local args = {
  12.     [1] = game:GetService("Players").username.Character,
  13.     [2] = true
  14. }
  15.  
  16. workspace.Events.Character.Abilities:FindFirstChild("DNA Tester").Use:FireServer(unpack(args))



  • Recent Roblox Scripts