Untitled

 avatar
unknown
plain_text
a year ago
361 B
8
Indexable
local miejsca = game.Workspace.Miejsca:GetChildren()

while true do
	
	if game.ReplicatedStorage.AktywnaGra.Value == true then
		
		if game.ReplicatedStorage.ZombieDoWygenerowania.Value > 0 then
			
			local nowyZombie = game.ReplicatedStorage.Zombie:Clone()
			
			local root = nowyZombie:FindFirstChild("HumanoidRootPart")
			
		end
		
	end
	
	
	wait(0.2)
end
Editor is loading...
Leave a Comment