Morph Script Roblox Hack

All Roblox Dll Scripts test.ru Roblox Dll test.rug. Roblox Dll Hack Injector Download. Roblox dll injector Free Download for. Roblox dll injector Free Download for. Windows 2 Thermo Fisher Scientific 1. Hey guys i wanted to know if you guys could make a Lua script into a dll and make it work can.

  1. Morph Script Roblox Hack Pastebin

Morph Script Roblox Hack Pastebin

May 20th, 2019
Morph Script Roblox Hack
Never
Hack
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. Decals ={'rbxassetid://14861556',---Faces (Chosen Random)
  2. 'rbxassetid://7074932',
  3. 'rbxassetid://10749463',
  4. 'rbxassetid://28281785',
  5. 'rbxassetid://20337265',
  6. 'rbxassetid://10747810',}
  7. ----[[Transition Between Morphs]
  8. Player = game.Players.LocalPlayer ---Local Player (You)
  9. wait(WaitTime)
  10. for _, child inpairs(Player.Character:GetChildren())do
  11. child : Destroy()
  12. end
  13. Player.Character['Head'].Transparency =0.5
  14. Force = Instance.new('ForceField', Player.Character)
  15. Player.Character['Left Arm'].Transparency =0.5
  16. Player.Character['Left Arm'].Anchored = False
  17. Player.Character['Right Arm'].Transparency =0.5
  18. Player.Character['Right Arm'].Anchored = False
  19. Player.Character['Right Leg'].Transparency =0.5
  20. Player.Character['Right Leg'].Anchored = False
  21. Player.Character['Left Leg'].Transparency =0.5
  22. Player.Character['Left Leg'].Anchored = False
  23. local Mesh = Player.Character['Head'].Mesh:Clone()
  24. Mesh.MeshType ='Head'
  25. Mesh.Offset = Vector3.new(0,-0.5,0)
  26. Player.Character['Head'].Mesh.Offset = Vector3.new(0,-1,0)
  27. Player.Character['Head'].Mesh.Scale = Vector3.new(1,1,1)
  28. Player.Character['Torso'].Transparency =0
  29. Player.Character['Head'].Died.Pitch =1.5
  30. local Addition =math.random(1,#Decals)
  31. Player.Character['Head'].face.Texture = Decals[Addition]
  32. for _, child inpairs(Player.Character:GetChildren())do
  33. child : Destroy()
  34. end
  35. ---[[2019 Summer Time Scripts]
  36. --]]