Advertisement
SxScripting

Sword Combat [Local]

Dec 25th, 2022
4,138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local RS = game:GetService("ReplicatedStorage")
  2. local Tool = script.Parent
  3.  
  4. Tool.Activated:Connect(function()
  5. RS.Events.Swing:FireServer(script.Parent)
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement