Live Roblox Scripting Tutorials Part 1 - Zombie/Monster Spanwer
This is a segment from our livestream on 1/1/2018.
Please watch the entire video (or at least the parts pertaining to the tutorial) before commenting and requesting help.
Here's the finished script from the video:
while wait(5) do
for i = 1, 10 do
local zombie = game:GetService("ServerStorage").Zombie:Clone()
zombie.Parent = game.Workspace
wait()
zombie:MoveTo(Vector3.new(math.random(-256, 256), 3, math.random(-256, 256)))
end
end
Be sure to follow me on Twitter after subscribing!
https://twitter.com/Rrrrry123
Also, follow me on Twitch for some live streams!
http://www.twitch.tv/Rrrrry123
Other Videos By RyGuyGaming
Other Statistics
Roblox Statistics For RyGuyGaming
At present, RyGuyGaming has 459,946 views spread across 106 videos for Roblox, and roughly a days worth of Roblox videos were uploaded to his channel. This makes up 17.76% of the content that RyGuyGaming has uploaded to YouTube.