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

NPC from lighting?

Asked by 8 years ago

I've been trying to clone an NPC from a certain placeholder model inside lighting infront of a player using a tool. I can't seem to find how to do this. A little help?

0
First off, use ReplicatedStorage to store items that you need to clone from a LocalScript (I'm assuming that you're using one since you're using a tool), it is an intended replacement for Lighting. Second, the things that you'll need is the :Clone() method and :MoveTo(). DragonODeath 50 — 8y

Answer this question