Untitled
unknown
plain_text
8 months ago
361 B
5
Indexable
Never
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
Leave a Comment