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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local ayy = game:GetService("Workspace").Enemies
  2. local rose = true
  3. while rose do
  4. wait()
  5. for _,v in ipairs(ayy:GetChildren()) do
  6. if v:FindFirstChild("HumanoidRootPart") then
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame + Vector3.new(0,15,6)
  8. end
  9. end
  10. end