#how to make a tool give UI

2 messages · Page 1 of 1 (latest)

winter fable
#

How can I give a player a tool like if they press a certain button on a UI a loading icon will load then give them the tool.

frozen halo
#

Button.OnButton1Click:Connect(function()
-- fire server
end)

-- server
Event.OnServerEvent:Connect(function(plr)
local tool = toolPatj:Clone()
tool.Parent = plr.Bacjpack
end)