<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Zombie Roblox Game Scripts by Mr BLOXY</title>
      <link>https://padlet.com/dudemanzav676/qk9cmjhj4buu6k9e</link>
      <description>Hope this with your roblox zombie game!</description>
      <language>en-us</language>
      <pubDate>2021-01-13 22:25:43 UTC</pubDate>
      <lastBuildDate>2021-01-13 23:18:09 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f60e.png</url>
      </image>
      <item>
         <title>Spawn Zombie Script</title>
         <author>dudemanzav676</author>
         <link>https://padlet.com/dudemanzav676/qk9cmjhj4buu6k9e/wish/1085224738</link>
         <description><![CDATA[<div>local NPC = game.ReplicatedStorage.Zombie</div><div>local spawner = script.Parent</div><div><br></div><div>while true do</div><div>	if game.ReplicatedStorage.Values.GameInProgress.Value == true then</div><div>	if game.ReplicatedStorage.Values.zombiesRemaning.Value &gt; 0 then</div><div>	local NPC = game.ReplicatedStorage.Zombie:Clone()	</div><div>	NPC.Parent = workspace</div><div>	NPC.UpperTorso.CFrame = script.Parent.CFrame</div><div>			</div><div>	end</div><div>	end</div><div>  local Clone = NPC: Clone()</div><div> Clone.UpperTorso.CFrame = spawner.CFrame</div><div> Clone.Parent = workspace</div><div> wait(3)</div><div>end</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-13 22:26:08 UTC</pubDate>
         <guid>https://padlet.com/dudemanzav676/qk9cmjhj4buu6k9e/wish/1085224738</guid>
      </item>
      <item>
         <title>Script</title>
         <author>dudemanzav676</author>
         <link>https://padlet.com/dudemanzav676/qk9cmjhj4buu6k9e/wish/1085226615</link>
         <description><![CDATA[<div>local countdown = game.ReplicatedStorage.Values:WaitForChild("countdown")</div><div><br></div><div>for i = 15,0,-1 do</div><div> countdown.Value = i</div><div> if i == 1 then</div><div>  local map = math.random(1,3)</div><div>  if map == 1 then</div><div>   game.ReplicatedStorage.Maps.Start1:Clone().Parent = workspace.Map</div><div>  end</div><div>  if map == 2 then</div><div>   game.ReplicatedStorage.Maps.Start2:Clone().Parent = workspace.Map</div><div>  end</div><div>  if map == 3 then</div><div>			game.ReplicatedStorage.Maps.FinalMap:Clone().Parent = workspace.Map</div><div>  end</div><div>  print(map)</div><div>  for i, v in pairs(game.Players:GetPlayers()) do</div><div>			v.Character.UpperTorso.CFrame = workspace.Map:FindFirstChildOfClass("Model").Spawn.CFrame</div><div>		end</div><div> end</div><div> wait(1)</div><div>end</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-13 22:27:19 UTC</pubDate>
         <guid>https://padlet.com/dudemanzav676/qk9cmjhj4buu6k9e/wish/1085226615</guid>
      </item>
      <item>
         <title>Instuctions</title>
         <author>dudemanzav676</author>
         <link>https://padlet.com/dudemanzav676/qk9cmjhj4buu6k9e/wish/1085230577</link>
         <description><![CDATA[<div>To make the Intermission Script work, you have to make a 3 or 2 or 1 maps. And name them, then make a folder i  relpecatedstorage called "Maps" And then put all your maps in that folder, Then in the script rename all the maps From "Start1" to *--your map name--* and "Start2" to *--your map name--* and<br>"FinalMap" to *--your map name--*.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-13 22:29:53 UTC</pubDate>
         <guid>https://padlet.com/dudemanzav676/qk9cmjhj4buu6k9e/wish/1085230577</guid>
      </item>
      <item>
         <title>add this Inbeteen the two ends at the bottom of script.</title>
         <author>dudemanzav676</author>
         <link>https://padlet.com/dudemanzav676/qk9cmjhj4buu6k9e/wish/1085239549</link>
         <description><![CDATA[<div>if game.ReplicatedStorage.Values.GameInProgress.Value == true then</div><div>	if game.ReplicatedStorage.Values.zombiesRemaning.Value &gt; 0 then</div><div>	local NPC = game.ReplicatedStorage.Zombie:Clone()	</div><div>	NPC.Parent = workspace</div><div>	NPC.UpperTorso.CFrame = script.Parent.CFrame<br>game.ReplicatedStorage.Values.zombiesRemaning.Value = game.ReplicatedStorage.Values.zombiesRemaning.Value - 1</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-13 22:35:20 UTC</pubDate>
         <guid>https://padlet.com/dudemanzav676/qk9cmjhj4buu6k9e/wish/1085239549</guid>
      </item>
      <item>
         <title>Add</title>
         <author>dudemanzav676</author>
         <link>https://padlet.com/dudemanzav676/qk9cmjhj4buu6k9e/wish/1085253245</link>
         <description><![CDATA[<blockquote>So, For the scripts to work in replecatedstorage  Add a folder called values and the add a Number value and name it "Countdown" For the other values  Make a bool value fand name it "gameInProgress" then make 2 Int values and make one named "wave" and the other named "zombiesRemaning"  and add a zombie into workspace and name it Zobie then put it into repelecatedstorage.</blockquote>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-13 22:44:13 UTC</pubDate>
         <guid>https://padlet.com/dudemanzav676/qk9cmjhj4buu6k9e/wish/1085253245</guid>
      </item>
   </channel>
</rss>
