
584 Views
opadmin
Universal Script ๐Uploaded by 3 months ago
Please login to perform these actions:
Description
has 300+ cmds it opadmin check the github repository for more info https://github.com/addihallstar/opadminsupreme
Comments
5

Offline
sonicYT 3 months ago
how do you use it
sonicYThow do you use it
Offline
jeffreyepstein__ 3 months ago
@sonicYT make a ticket in the server and the staff can help guide you
jeffreyepstein__@sonicYT make a ticket in the server and the staff...
Offline
sonicYT 3 months ago
@jeffreyepstein__ alr
Offline
sonicYT 3 months ago
also hoow do you make scripts?
Offline
sonicYT 3 months ago
also heres a brainrot s*er local ServerStorage = game:GetService("ServerStorage")
local MemeFolder = ServerStorage:WaitForChild("MemeFolder")
local memes = MemeFolder:GetChildren()
-- Settings
local s*Delay = 2 -- Seconds between s*s
local s*Range = 50 -- How far away they can spawn
while true do
task.wait(s*Delay)
-- Pick a random meme from the folder
local randomMeme = memes[math.random(1, #memes)]
-- Clone it
local clone = randomMeme:Clone()
-- Generate a random position
local randomX = math.random(-s*Range, s*Range)
local randomZ = math.random(-s*Range, s*Range)
local s*Pos = Vector3.new(randomX, 10, randomZ)
-- Move the clone to the workspace
clone.Parent = game.Workspace
-- Ensure the model has a PrimaryPart to set its position
if clone:IsA("Model") and clone.PrimaryPart then
clone:SetPrimaryPartCFrame(CFrame.new(s*Pos))
elseif clone:IsA("Part") then
clone.Position = s*Pos
end
end
![[๐ RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
