put hat onplayerscript
how do i make it to where I click a gui I have a hat on
1.) Insert Screen GUI into StarterGui 2.) Insert Text Button into the Screen GUI 3.) Add a script in the button:
script.Parent.MouseButton1Click:connect(function() Hat = Instance.new("Hat", script.Parent.Parent.Parent.Parent) end)
Customize the hat values to your liking.
Closed as Too Broad by dyler3 and BlueTaslem
This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.
Why was this question closed?