Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects To Lua Make By HairBaconGamming --
- local Module_Scripts = {}
- local dude = Instance.new("Model")
- local Body = Instance.new("MeshPart")
- local Humanoid = Instance.new("Humanoid")
- local Animator = Instance.new("Animator")
- local HumanoidRootPart = Instance.new("Part")
- local Body = Instance.new("Weld")
- -- Properties --
- dude.Name = [[dude]]
- dude.Parent = game[ [[Lighting]] ]
- dude.PrimaryPart = Body
- Body.CFrame = CFrame.new(17.3740082, 14.9142838, 17.4778748, 1, 0, 0, 0, 0.999996662, 0, 0, 0, 0.999996662)
- Body.CanCollide = false
- Body.Name = [[Body]]
- Body.Parent = dude
- Body.Position = Vector3.new(17.374008178710938, 14.914283752441406, 17.477874755859375)
- Body.Size = Vector3.new(6.286464691162109, 6.672416687011719, 4.929466247558594)
- Body.TextureID = [[rbxassetid://10010810327]]
- Humanoid.HipHeight = 2.799999952316284
- Humanoid.Parent = dude
- Humanoid.RigType = Enum.HumanoidRigType.R15
- Animator.Parent = Humanoid
- HumanoidRootPart.BottomSurface = Enum.SurfaceType.Smooth
- HumanoidRootPart.CFrame = CFrame.new(17.4167557, 15.4846716, 15.8252907, 1, 0, 0, 0, 0.999993324, 0, 0, 0, 0.999993324)
- HumanoidRootPart.Name = [[HumanoidRootPart]]
- HumanoidRootPart.Parent = dude
- HumanoidRootPart.Position = Vector3.new(17.41675567626953, 15.484671592712402, 15.82529067993164)
- HumanoidRootPart.Size = Vector3.new(1.6296024322509766, 1.847043514251709, 0.9890289306640625)
- HumanoidRootPart.TopSurface = Enum.SurfaceType.Smooth
- HumanoidRootPart.Transparency = 1
- Body.C0 = CFrame.new(-0.0427474976, -0.570391655, 1.65259552, 1, 0, 0, 0, 0.999996662, 0, 0, 0, 0.999996662)
- Body.Name = [[Body]]
- Body.Parent = HumanoidRootPart
- Body.Part0 = HumanoidRootPart
- Body.Part1 = Body
- function replace()
- owner.Character:Destroy()
- owner.Character = game.Lighting.dude:Clone(workspace)
- end
- owner.OnCharacterAdded:Connect(replace())
- -- End --
- -- Thank for using --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement