Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local remote = NS([[
- local player = owner
- local remote = Instance.new("RemoteEvent",script)
- remote.Name = "lamo"
- function what()
- print("THIS IS WORKING")
- end
- remote.OnServerEvent:connect(what)
- ]], owner.Character):WaitForChild("lamo")
- mouse = owner:GetMouse()
- mouse.Button1Down:connect(function()
- remote:FireServer()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement