Answered by
4 years ago Edited 4 years ago
Remember, it is not proper on scriptinghelpers to ask for scripts. Many cocky, toxic people who like to push this say "its scripting helpers not scripting givers!111 do you expect us to just GIVE you scripts lol!11!" But just don't post a question like this again.
I wouldn't have answered this if I didn't already have a script.
1 | script.Parent.ClickDetector.MouseClick:Connect( function (plr) |
2 | local character = game.ServerStorage.Bear:Clone() |
3 | character.Name = plr.Name |
4 | plr.Character = character |
5 | character.Parent = workspace |
If you're talking about a Gui button:
1 | script.Parent.MouseButton 1 Click:Connect( function (player) |
2 | local character = game.ServerStorage.Bear:Clone() |
3 | character.Name = player.Name |
4 | player.Character = character |
5 | character.Parent = workspace |
These must be in server scripts, or the blue scroll without the little man popping out.
The character will respawn but they will get the outfit.
PLEASE check out youtubers like AlvinBlox they will help you SO MUCH with beginning AND advanced scripting. Please do not ask for scripts on this site.