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

How do i make a zombie spawn infront of me? [closed]

Asked by
linkad1 -7
5 years ago

I kept trying to seach for a script for this but i couldnt find one and i need some help. i want 5 studs btw oof

0
Any attempts to even create it? XviperIink 428 — 5y
0
This isn't a request site, if you aren't willing to put in any effort, you will not receive any back. SteamG00B 1633 — 5y

Closed as Not Constructive by User#834, Fifkee, and hiimgoodpack

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
-1
Answered by 5 years ago

Spawn dummy, or "zombie". Then this inside workspace:

local dummy = workspace.DummyName
local c = dummy:Clone()

c.HumanoidRootPart.Position = Vector3.new(SpecifiedPosX,SpecifiedPosY,SpecifiedPosZ)
--Make sure the dummy (zombie) is not anchored
0
Also make sure that the not cloned dummy is out of reach and cannot be seen User#29913 36 — 5y
Ad