Advertisement
subaru112g

Poke

Feb 3rd, 2019
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. owner.CharacterAppearanceId = 3991272
  2.  
  3. local fake = Instance.new("Model",owner.Character)
  4. fake.Name = "Pokediger1"
  5. local h = owner.Character.Head:Clone()
  6. h.Parent = fake
  7. local w = Instance.new("Weld",fake)
  8. w.Part0 = owner.Character.Head
  9. w.Part1 = h
  10. local hu = Instance.new("Humanoid",fake)
  11. hu.MaxHealth = 0
  12. hu.Name = "nothinglol"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement