Advertisement
JW2

A60

JW2
Dec 26th, 2022
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | Source Code | 0 0
  1. player = game.Players.LocalPlayer
  2. function sst50()
  3. while wait() do
  4. player.Character:WaitForChild("Humanoid").WalkSpeed = 50
  5. end
  6. end
  7.  
  8. function sstn()
  9. while wait() do
  10. player.Character: WaitForChild("Humanoid").WalkSpeed = 16
  11. -- if you in multiplayer and at the last back it will set
  12. -- speed to 16 is normal if you back and got giltch
  13. -- that is a problem.
  14. end
  15. end
  16.  
  17. light = Instance.new("PointLight")
  18. light.Parent = workspace.Jackie_Wolfy2.Head
  19. light.Range = 100000000000000000
  20. light.Color = Color3.new(255, 0, 0)
  21. workspace.Jackie_Wolfy2.Head.Transparency = 1
  22. while wait() do
  23. end
  24. local Part = Instance.new("Part")
  25. Part.Parent = workspace.Jackie_Wolfy2
  26. Part.Anchored = false
  27. Part.CanCollide = false
  28. Part.Size = Vector3.new(7.4, 14.4, 4.2)
  29. local Decal = Instance.new("Decal")
  30. Decal.Parent = Part
  31. Decal.Texture = "rbxassetid://11287256498"
  32. local Weld = Instance.new("Weld")
  33. Weld.Parent = Part
  34. Weld.Part0 = workspace.Jackie_Wolfy2.Head
  35. Weld.Part1 = Part
  36. workspace.Jackie_Wolfy2.Humanoid.Touched:Connect(function(hit)
  37. if hit.Parent:FindFirstChild("Humanoid") then
  38. hit.Parent:FindFirstChild("Humanoid").Health = 0
  39. end
  40. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement