of     1   

kyuremULTIMATE
#148534656Saturday, October 25, 2014 1:11 AM GMT

make a script that only allows the creator of the game to use a tool?
Scottifly
#148534895Saturday, October 25, 2014 1:15 AM GMT

You would need to go to the Scripting Helpers forum.
kyuremULTIMATE
#148534971Saturday, October 25, 2014 1:17 AM GMT

Oops. Thanks for telling me.
championbuilder
#148538790Saturday, October 25, 2014 2:32 AM GMT

You could do something like owner = "kyuremULTIMATE" tool = script.Parent if tool.Parent == owner then --code end ~I'm not really a tool person.
kyuremULTIMATE
#148561802Saturday, October 25, 2014 3:44 PM GMT

thanks you a lot, that may just work.
Ortron
#148579816Saturday, October 25, 2014 9:05 PM GMT

It may be wrong but try this Put a tool in lighting local owner="YOURNAME" game.Players.PlayerAdded:connect(function(player) if player==owner then print"Player is owner of game." ToolClone=game.Lighting.ToolNameHere:Clone() ToolClone.Parent=player.StarterGui else print"This is not the owner" end) as it was made here i have not been able to test it.
kyuremULTIMATE
#148624833Sunday, October 26, 2014 3:07 PM GMT

Thanks man
Johnnysha
#148625711Sunday, October 26, 2014 3:23 PM GMT

I may be wrong... But this is Building Helpers.... Not scripting Helpers.
kyuremULTIMATE
#148630633Sunday, October 26, 2014 4:48 PM GMT

I noticed I made the same thread on scripting after I made it on this forum by accident but people kept posting on this one
En_voy
#148644363Sunday, October 26, 2014 8:28 PM GMT

swag

    of     1