ADVERTISEMENTREMOVE ADS
Description
[DOESNT HAVE GUI]
Generate a perfect sphere, you can change the size of the sphere by changing the radius
Tested with
ADVERTISEMENTREMOVE ADS
38 Lines • 1.32 KiB
local ply = game:GetService("Players").LocalPlayer
local char = ply.Character or ply.CharacterAdded:Wait()
local root = char:WaitForChild("HumanoidRootPart")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local PlaceBlock = ReplicatedStorage.Remotes.PlaceBlock
local center = root.Position
local radius = 20 -- Sphere radius, THIS CHANGE THE SPHERE SIZE
-- More radius = More slow to process for the game
local step = 3 -- dont change this btw
--workspace["1Grass"]:FindFirstChild("Blocks"):Destroy() (this deletes blocks, no FE, it's just for delete lag)
-- Note: the sphere creation logic was created with GPT, i only adapted it and did the research of how the game works. nF7
for x = -radius, radius, step do
for y = -radius, radius, step do
for z = -radius, radius, step do
local offset = Vector3.new(x, y, z)
if offset.Magnitude <= radius then
local point = center + offset
PlaceBlock:FireServer(
workspace["1Grass"],
Enum.NormalId.Top,
point,
"Oak Planks"
)
end
end
end
end
-- Active if u want to appear on top of the sphere
--[[
task.wait(1)
char:MoveTo(root.Position + Vector3.new(0,radius0))
]]
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments
make with gui and variation shapes and radius on it
@ParashockX1ALT maybe I'll try it thanks for the suggestion
@nf7 sorry to disturb you again but bro I am making a silly request There is a old game called mining simulator 1 People have made fast rebirth scripts for it but they aren't so great and are slow can you just check it out it's really easy to exploit and make a good exploit for it like inf rev or inf rev tokens or something like that pwease 🥺
@JoginderKaur ok bro, just let me finish a steal a brainrot script and I'll try to do it I promise
I ahve been using all ur scripts and liking