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.
Morph Script Roblox Hack Pastebin
May 20th, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- Decals ={'rbxassetid://14861556',---Faces (Chosen Random)
- 'rbxassetid://7074932',
- 'rbxassetid://10749463',
- 'rbxassetid://28281785',
- 'rbxassetid://20337265',
- 'rbxassetid://10747810',}
- ----[[Transition Between Morphs]
- Player = game.Players.LocalPlayer ---Local Player (You)
- wait(WaitTime)
- for _, child inpairs(Player.Character:GetChildren())do
- child : Destroy()
- end
- Player.Character['Head'].Transparency =0.5
- Force = Instance.new('ForceField', Player.Character)
- Player.Character['Left Arm'].Transparency =0.5
- Player.Character['Left Arm'].Anchored = False
- Player.Character['Right Arm'].Transparency =0.5
- Player.Character['Right Arm'].Anchored = False
- Player.Character['Right Leg'].Transparency =0.5
- Player.Character['Right Leg'].Anchored = False
- Player.Character['Left Leg'].Transparency =0.5
- Player.Character['Left Leg'].Anchored = False
- local Mesh = Player.Character['Head'].Mesh:Clone()
- Mesh.MeshType ='Head'
- Mesh.Offset = Vector3.new(0,-0.5,0)
- Player.Character['Head'].Mesh.Offset = Vector3.new(0,-1,0)
- Player.Character['Head'].Mesh.Scale = Vector3.new(1,1,1)
- Player.Character['Torso'].Transparency =0
- Player.Character['Head'].Died.Pitch =1.5
- local Addition =math.random(1,#Decals)
- Player.Character['Head'].face.Texture = Decals[Addition]
- for _, child inpairs(Player.Character:GetChildren())do
- child : Destroy()
- end
- ---[[2019 Summer Time Scripts]
- --]]