Advertisement
Nmessir

Kill textyre script (Roblox Stydio)

Apr 20th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. script.Parent.Touched:connect(function(hit)
  2. if hit and hit.Parent and hit.Parent:FindFirstChild("Humanoid") then
  3. hit.Parent.Humanoid.Health = 0 ---количество понижения XP
  4. end
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement