6 lines
144 B
Lua
Raw Permalink Normal View History

2020-04-12 00:38:57 -05:00
local event = game.ServerStorage.Event.Event
script.Parent.ClickDetector.MouseClick:Connect(function()
game.ServerStorage.Event:Fire(10)
end)