Advertisement
TheInsaneScripter77

Roblox LUCKY BLOCKS Battlegrounds op script gui

Jan 12th, 2022
4,327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. getgenv().spawnblock = true; -- turn this to false so that the script wont execute when you spawn
  2. while true do
  3. wait();
  4. if getgenv().spawnblock == true then
  5. game:GetService("ReplicatedStorage").SpawnGalaxyBlock:FireServer();
  6. game:GetService("ReplicatedStorage").SpawnRainbowBlock:FireServer();
  7. game:GetService("ReplicatedStorage").SpawnDiamondBlock:FireServer();
  8. game:GetService("ReplicatedStorage").SpawnSuperBlock:FireServer();
  9. game:GetService("ReplicatedStorage").SpawnLuckyBlock:FireServer();
  10. end;
  11. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement