The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Wisteria script pastebin roblox
By LINK GAME on 2024-09-18 08:00 am | Syntax: LUA | Views: 14



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. for i,v in pairs(game:GetService("Workspace").Living:GetChildren()) do
  2.    
  3.    if v.Name == "Demon" then
  4.       repeat
  5.           wait()
  6.        game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
  7.        wait()
  8.        until v.Humanoid.Health <0.1
  9.    end
  10. end