Advertisement
SxScripting

IgnisLocalScript

Apr 26th, 2021
640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local Tool = script.Parent
  2. local Event = game.ReplicatedStorage.Events.Ragdoll
  3. local Player = game.Players.LocalPlayer
  4. local Character = Player.Character or Player.CharacterAdded:Wait()
  5. local Humanoid = Character:WaitForChild("Humanoid")
  6.  
  7. Tool.Activated:Connect(function()
  8. Event:FireServer()
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement