local Zombie = game.ReplicatedStorage.Zombie2 local Map1 = game.Workspace.Map1.Map1 local Block = workspace.Block1 ReplicatedStorage = game.ReplicatedStorage local Dakan = ReplicatedStorage.dakanji123 local Zombot = ReplicatedStorage.Zombot local MrZombie = ReplicatedStorage["Mr Zombie"] while true do wait(10) if Map1.Parent == workspace then ZombieClone = Zombie:Clone() ZombieClone:MoveTo(Block.Position) ZombieClone.Parent = workspace wait(20) ZombotClone = Zombot:Clone() ZombotClone:MoveTo(Block.Position) ZombotClone.Parent = workspace wait(15) DakanC = Dakan:Clone() DakanC:MoveTo(Block.Position) DakanC.Parent = workspace end end for = i = 1, 10 do wait(5) MrZombieC = MrZombie:Clone() MrZombieC.Parent = worspace() end
print("This scripting stuff is frustrating ") print(" I am game and I suck " )
Ok , so at the top ReplicatedStorage dosen't have a local in front like this:
local ReplicatedStorage = game.ReplicatedStorage or game:GetService("ReplicatedStorage")
and can you give me a screen shot of the error?