#how to make a tool give UI
2 messages · Page 1 of 1 (latest)
Button.OnButton1Click:Connect(function()
-- fire server
end)
-- server
Event.OnServerEvent:Connect(function(plr)
local tool = toolPatj:Clone()
tool.Parent = plr.Bacjpack
end)
2 messages · Page 1 of 1 (latest)
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.
Button.OnButton1Click:Connect(function()
-- fire server
end)
-- server
Event.OnServerEvent:Connect(function(plr)
local tool = toolPatj:Clone()
tool.Parent = plr.Bacjpack
end)