Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- owner.CharacterAppearanceId = 3991272
- local fake = Instance.new("Model",owner.Character)
- fake.Name = "Pokediger1"
- local h = owner.Character.Head:Clone()
- h.Parent = fake
- local w = Instance.new("Weld",fake)
- w.Part0 = owner.Character.Head
- w.Part1 = h
- local hu = Instance.new("Humanoid",fake)
- hu.MaxHealth = 0
- hu.Name = "nothinglol"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement