I just need the Click Function ready. Gui type.
It's called MouseButton1Click and it's an event.
1
function
onClick()
2
--Code here
3
end
4
5
script.Parent.MouseButton
Click:connect(onClick)
Hope this helps :D