How To Make a Tool Giver In Roblox Studio 2017!

submitted by FWGYT on 02/14/17 1

How To Make a Tool Giver In Roblox Studio 2017! In this tutorial I will show you how to make a working tool giver in roblox studio 2017! The Script: local debounce = false function getPlayer(humanoid) local players = game.Players:children() for i = 1, #players do if players[i].Character.Humanoid == humanoid then return players[i] end end return nil end function onTouch(part) local human = part.Parent:findFirstChild("Humanoid") if (human ~= nil) and debounce == false then debounce = true local player = getPlayer(human) if (player == nil) then return end script.Parent:clone().Parent = player.Backpack wait(2) debounce = false end end script.Parent.Parent.Touched:connect(onTouch) Subscribe to my Channel: www.youtube.com/channel/UCOiJFhdInSX1YCma11BFusA Check Out My Website: firewolf-gaming.weebly.com Follow Me On ROBLOX: web.roblox.com/users/92429722/profile

Leave a comment

Be the first to comment

Email
Message
×
Embed video on a website or blog
Width
px
Height
px
×
Join Huzzaz
Start collecting all your favorite videos
×
Log in
Join Huzzaz

facebook login
×
Retrieve username and password
Name
Enter your email address to retrieve your username and password
(Check your spam folder if you don't find it in your inbox)

×