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

Re-spawning gear? help!

Asked by 8 years ago

I have a peice of gear in my game which will be left in workspace i want it to be able to regen if picked up so multiple users can have it. The gear will be on the floor and once somebody picks it up maybe a 1-2 minute wait until it respawns again. Thanks!

3 answers

Log in to vote
1
Answered by 8 years ago

Put the gear where you want it in the workspace and then put a copy into lighting.

while wait(100) do -- how long to wait
game.Lighting.gear:Clone().Parent = workspace
end
0
do i put this script into the weapon or lighting? mindcraft3d 5 — 8y
0
You can place this in the workspace in a normal script. magiccube3 115 — 8y
Ad
Log in to vote
0
Answered by 8 years ago

Show me a script you tried to do?

0
I wasnt able to do a script as well... i am a beginner i only know how to regen with a button. mindcraft3d 5 — 8y
Log in to vote
0
Answered by 8 years ago

If you insert this gear into the StarterPack, It will be given to the players once their character enters the game.

Answer this question