Help here please.im having a hard time doing this -.-
01 | debounce = false |
02 | script.Parent.Touched:connect( function (hit) |
03 | local player = game.Players:GetPlayerFromCharacter(hit.Parent) |
04 | if player and not debounce then |
05 | debounce = true |
06 | local tool = game.ServerStorage:findFirstChild( 'NAMEOFTOOLHERE' ) |
07 | if tool then |
08 | local toolClone = tool:Clone() |
09 | toolClone.Parent = player.Backpack |
10 | debounce = false |
11 | end |
12 | end |
13 | end ) |
Put this in a script. Put the script inside the SpawnLocation.
Get the "CREATE YOUR OWN GIVER!!!" Model, take the script out of the "PUT THE WEAPON IN THIS BRICK" Put that script in the SpawnLocation and then continue doing what you were doing.
1 | Alright first its simple. make a tool giver like search in the free models tool giver of whatever you want then make that block transparent put it on top of the spawn and when they spawn they have a tool :D |
2 |
3 |
4 | - Muslim Of Lmad |