#The airdrop isnt spawning
20 messages · Page 1 of 1 (latest)
** You are now Level 3! **
lol did u remove the D after end
lol so what errors
so are u trying to spawn a part after each 100 seconds
so can u show script not ss aka screenshot
math.randomseed(tick())
while true do
local airDrop = game.ReplicatedStorage["supply crate"]:Clone()
airDrop.Parent = game.Workspace
local x = math.random(-200,200)
local z = math.random(-200,200)
airDrop:SetPrimaryPartCFrame(CFrame.new(Vector3.new(x,100,z)))
airDrop.crate.AlignPosition.Position = Vector3.new(x,100,z)
wait(100)
end
it's solved
i just removed the line
airDrop.crate.AlignPosition.Position = Vector3.new(x,100,z)
thank you so much for your help