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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. while wait() do
  2.     for i,v in pairs(workspace:FindFirstChild("Beds", true):GetChildren()) do
  3.         game:GetService("ReplicatedStorage").BedWars.RemoteEvent:FireServer("DamageBlock", game:GetService("Players").LocalPlayer, v.Position, v)
  4.     end
  5. end