6 lines
144 B
Lua

local event = game.ServerStorage.Event.Event
script.Parent.ClickDetector.MouseClick:Connect(function()
game.ServerStorage.Event:Fire(10)
end)