I'm trying to make a script that will give a player an item when he clicks a GUI..
However I don't know how to state a certain player.
Help please.
This may help you out: http://wiki.roblox.com/index.php?title=LocalPlayer
To use local player, it must be in a local script. Local player is referring to the player that is using that particular local script. The wiki article I provided has an example.
This is not a request form, so here.
LOCAL SCRIPT
The script is in lighting You can put it in Starterpack if you want.
gear = script player = game.Players.LocalPlayer //This is what you want, correct? gear.Example:Clone() gear.Example.Parent = player.Backpack