Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

My script was working before and suddenly stopped help?

Asked by 4 years ago
Edited 4 years ago




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 " )

0
You need to tell us what stopped working. firestarroblox123 440 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

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?

Ad

Answer this question