Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Edited Only By Creator
- --Credits kalvin0316,
- print("Hi Void Script Builder Or Exploiters")
- print("So you have watched The Last Guest")
- print("For those who didn't watch spell the last guest in youtube search bar")
- print("then select the first one")
- warn("Remember Always first one or scroll down if you don't see it")
- wear.StarterCharacter("StarterCharacter")
- BodyColors("Institutional white, Really black")
- HeadColor("Institutional white")
- HeadColor3("[248, 248, 248]")
- LeftArmColor("Institutional white")
- LeftArmColor3("[248, 248, 248]")
- LeftLegColor("Really black")
- LeftLegColor3("[17, 17, 17]")
- RightArmColor("Institutional white")
- RightArmColor3("[248, 248, 248]")
- RightLegColor("Really black")
- RightLegColor3("[17, 17, 17]")
- BodyColors = true
- CoolBoyHair = ("Weld")
- --Welding Do Not Delete--
- local all,last = {}
- function scan(p)
- for _,v in pairs(p:GetChildren()) do
- if (v:IsA("BasePart")) then
- if (last) then
- local w = Instance.new("Weld")
- w.Part0,w.Part1 = last,v
- w.C0 = v.CFrame:toObjectSpace(last.CFrame):inverse()
- w.Parent = last
- end
- table.insert(all,v)
- last = v
- end
- scan(v)
- end
- end
- scan(script.Parent)
- for _,v in pairs(all) do v.Anchored = false end
- script.StarterCharacter.ShirtID = 1268378286
- script.StarterCharacter.PantsID = 1261244472
- local char = script.Parent
- local hum = char:WaitForChild("Humanoid")
- local animation = hum:LoadAnimation(script.Animation)
- if char ~= nil then
- animation:Play()
- end
- local idle animationID = (507766951)
- local idle2 animationID = (850975409)
- local walk animationID = (507767714)
- --Face script on here
- local all,last = {"Decal"}
- function scan(p)
- for _,v in pairs(p:GetChildren()) do
- if (v:IsA("BasePart")) then
- if (last) then
- local w = Instance.new("Weld")
- w.Part0,w.Part1 = last,v
- w.C0 = v.CFrame:toObjectSpace(last.CFrame):inverse()
- w.Parent = last
- end
- table.insert(all,v)
- last = v
- end
- scan(v)
- end
- end
- FaceID = (981618411)
- LeftFootID = (645273190)
- LeftHandID = (645273163)
- LeftLowerArmID = (645273166)
- LeftLowerLegID = (645273191)
- LeftUpperArmID = (645273172)
- LeftUpperLegID = (645273195)
- LowerTorsoID = (645273213)
- RightFootID = (645273201)
- RightHandID = (645273175)
- RightLowerArmID = (645273178)
- RightLowerLegID = (645273207)
- RightUpperArmID = (645273181)
- RightUpperLegID = (645273209)
- UpperTorsoID = (645273187)
- hum = ("HumanoidRootPart, Humanoid")
- RigType = R15
- humHealth = (100)
- MaxHealth = (100)
- walkspeed = (16)
- JumpPower = (50)
- CanCollide = false
- me = game.Players.djface203
- char = me.Character
- selected = false
- attacking = false
- hurt = false
- grabbed = nil
- mode = "drop"
- bloodcolors = {"Really red", "Bright red"}
- function prop(part, parent, collide, tran, ref, x, y, z, color, anchor, form)
- part.Parent = parent
- part.formFactor = form
- part.CanCollide = collide
- part.Transparency = tran
- part.Reflectance = ref
- part.Size = Vector3.new(x,y,z)
- part.BrickColor = BrickColor.new(color)
- part.TopSurface = 0
- part.BottomSurface = 0
- part.Anchored = anchor
- part.Locked = true
- part:BreakJoints()
- end
- function weld(w, p, p1, a, b, c, x, y, z)
- w.Parent = p
- w.Part0 = p
- w.Part1 = p1
- w.C1 = CFrame.fromEulerAnglesXYZ(a,b,c) * CFrame.new(x,y,z)
- end
- function mesh(mesh, parent, x, y, z, type)
- mesh.Parent = parent
- mesh.Scale = Vector3.new(x, y, z)
- mesh.MeshType = type
- end
- function remgui()
- for _,v in pairs(me.PlayerGui:GetChildren()) do
- if v.Name == "Modeshow" then
- v:remove()
- end
- end
- end
- function inform(text,delay)
- remgui()
- local sc = Instance.new("ScreenGui")
- sc.Parent = me.PlayerGui
- sc.Name = "Modeshow"
- local bak = Instance.new("Frame",sc)
- bak.BackgroundColor3 = Color3.new(1,1,1)
- bak.Size = UDim2.new(0.94,0,0.1,0)
- bak.Position = UDim2.new(0.03,0,0.037,0)
- bak.BorderSizePixel = 0
- local gi = Instance.new("TextLabel",sc)
- gi.Size = UDim2.new(0.92,0,0.09,0)
- gi.BackgroundColor3 = Color3.new(0,0,0)
- gi.Position = UDim2.new(0.04,0,0.042,0)
- gi.TextColor3 = Color3.new(1,1,1)
- gi.FontSize = "Size12"
- gi.Text = text
- coroutine.resume(coroutine.create(function()
- wait(delay)
- sc:remove()
- end))
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement