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

Only 1 person spawns with a tool?

Asked by 9 years ago

I am working on a personal server project and I want to know how only me spawns with this build tool: http://www.roblox.com/Building-Tools-by-F3X-item?id=142785488

2 answers

Log in to vote
0
Answered by
Mowblow 117
9 years ago

This is a scripting forum, meaning all non-lua errors are not meant here, unless you are using a script to give out the F3X building tools. Then we would need more information, such as the script giving the tool.

0
I know how to script a bit. That1GuyAidan 4 — 9y
0
Okay, are you using script to give people tools? Or is it just in the starter pack? Mowblow 117 — 9y
Ad
Log in to vote
0
Answered by
Perci1 4988 Trusted Moderation Voter Community Moderator
9 years ago

This is rather simple to do. Just use a PlayerAdded event, and if the player's name is not your name, then delete the tool from their inventory.

Answer this question