#The airdrop isnt spawning

20 messages · Page 1 of 1 (latest)

unreal birch
#

There were no errors

sterile prawnBOT
#

studio** You are now Level 3! **studio

undone sky
unreal birch
#

oups added it by mistake

#

when taking screenshot

undone sky
#

lol so what errors

unreal birch
#

there were no error

#

s

#

those are other errors

undone sky
#

so are u trying to spawn a part after each 100 seconds

unreal birch
#

Yes

#

Well, clone a part

#

Which is in replicated storage

undone sky
#

so can u show script not ss aka screenshot

unreal birch
#

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