Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local b = Instance.new("Model")
- b.Name = "ButtCheeks"
- b.Parent = game.Workspace
- local c1 = Instance.new("Part")
- local c2 = Instance.new("Part")
- local fart = Instance.new("Part")
- local d1 = Instance.new("Decal")
- local d2 = Instance.new("Decal")
- local d3 = Instance.new("Decal")
- local d4 = Instance.new("Decal")
- local d5 = Instance.new("Decal")
- local d6 = Instance.new("Decal")
- d1.Face = "Back"
- d2.Face = "Right"
- d3.Face = "Front"
- d4.Face = "Left"
- d5.Face = "Bottom"
- d6.Face = "Top"
- d1.Parent = fart
- d2.Parent = fart
- d3.Parent = fart
- d4.Parent = fart
- d5.Parent = fart
- d6.Parent = fart
- c1.Anchored = true
- c2.Anchored = true
- fart.Anchored = true
- c1.BackSurface = "SmoothNoOutlines"
- c1.BottomSurface = "SmoothNoOutlines"
- c1.FrontSurface = "SmoothNoOutlines"
- c1.LeftSurface = "SmoothNoOutlines"
- c1.RightSurface = "SmoothNoOutlines"
- c1.TopSurface = "SmoothNoOutlines"
- c2.BackSurface = "SmoothNoOutlines"
- c2.BottomSurface = "SmoothNoOutlines"
- c2.FrontSurface = "SmoothNoOutlines"
- c2.LeftSurface = "SmoothNoOutlines"
- c2.RightSurface = "SmoothNoOutlines"
- c2.TopSurface = "SmoothNoOutlines"
- fart.BackSurface = "SmoothNoOutlines"
- fart.BottomSurface = "SmoothNoOutlines"
- fart.FrontSurface = "SmoothNoOutlines"
- fart.LeftSurface = "SmoothNoOutlines"
- fart.RightSurface = "SmoothNoOutlines"
- fart.TopSurface = "SmoothNoOutlines"
- c1.CFrame = CFrame.new(36.8, 7.295, -69.85)
- c2.CFrame = CFrame.new(46.308, 7.295, -69.85)
- fart.BrickColor = BrickColor.new("Lime green")
- c1.BrickColor = BrickColor.new("Pastel brown")
- c2.BrickColor = BrickColor.new("Pastel brown")
- fart.Name = "fart"
- c1.Shape = "Ball"
- c2.Shape = "Ball"
- fart.Shape = "Ball"
- c1.Size = Vector3.new(14.59, 14.59, 14.59)
- c2.Size = Vector3.new(14.59, 14.59, 14.59)
- fart.Size = Vector3.new(813.47, 813.47, 813.47)
- fart.Transparency = "0.400"
- fart.CFrame = CFrame.new(13.021, 241.169, 277.028)
- fart.CanCollide = false
- function onTouched(hit)
- hit.Parent.Humanoid.Health = 0
- end
- fart.Touched:connect(onTouched)
- game.Players.LocalPlayer.Character.Head.CFrame = CFrame.new(14.4, 11.613, -253.007)
- c1.Parent = b
- c2.Parent = b
- fart.Parent = game.ReplicatedStorage
- local fGUI = Instance.new("ScreenGui")
- local TextButton = Instance.new("TextButton")
- fGUI.Name = "fGUI"
- fGUI.Parent = game.Players.LocalPlayer.PlayerGui
- TextButton.Parent = fGUI
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.Position = UDim2.new(0, 55, 0, 121)
- TextButton.Size = UDim2.new(0, 200, 0, 30)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.FontSize = Enum.FontSize.Size14
- TextButton.Text = "Fart"
- TextButton.TextSize = 14
- TextButton.MouseButton1Click:connect(function()
- game.ReplicatedStorage.fart.Parent = game.Workspace
- wait(3)
- game.Workspace.fart:Destroy()
- end)
Add Comment
Please, Sign In to add comment