187 byronkulet05 Comments

  • A3 1.8 years ago

    ʜᴇʏ ᴅᴀᴅ ɪ ᴛʜɪɴᴋ ɪᴍ ɪɴ ᴀ ɢᴀᴍᴇ

    ██╗░░██╗░█████╗░░██╗░░░░░░░██╗
    ██║░░██║██╔══██╗░██║░░██╗░░██║
    ███████║██║░░██║░╚██╗████╗██╔╝
    ██╔══██║██║░░██║░░████╔═████║░
    ██║░░██║╚█████╔╝░░╚██╔╝░╚██╔╝░
    ╚═╝░░╚═╝░╚════╝░░░░╚═╝░░░╚═╝░░

    ████████╗██╗░░██╗███████╗
    ╚══██╔══╝██║░░██║██╔════╝
    ░░░██║░░░███████║█████╗░░
    ░░░██║░░░██╔══██║██╔══╝░░
    ░░░██║░░░██║░░██║███████╗
    ░░░╚═╝░░░╚═╝░░╚═╝╚══════╝

    ██╗░░██╗███████╗██╗░░░░░██╗░░░░░
    ██║░░██║██╔════╝██║░░░░░██║░░░░░
    ███████║█████╗░░██║░░░░░██║░░░░░
    ██╔══██║██╔══╝░░██║░░░░░██║░░░░░
    ██║░░██║███████╗███████╗███████╗
    ╚═╝░░╚═╝╚══════╝╚══════╝╚══════╝

    ██████╗░██╗██████╗░  ██╗░░░██╗
    ██╔══██╗██║██╔══██╗  ██║░░░██║
    ██║░░██║██║██║░░██║  ██║░░░██║
    ██║░░██║██║██║░░██║  ██║░░░██║
    ██████╔╝██║██████╔╝  ╚██████╔╝
    ╚═════╝░╚═╝╚═════╝░  ░╚═════╝░

    ███████╗███╗░░██╗██████╗░
    ██╔════╝████╗░██║██╔══██╗
    █████╗░░██╔██╗██║██║░░██║
    ██╔══╝░░██║╚████║██║░░██║
    ███████╗██║░╚███║██████╔╝
    ╚══════╝╚═╝░░╚══╝╚═════╝░

    ██╗░░░██╗██████╗░  ██╗███╗░░██╗
    ██║░░░██║██╔══██╗  ██║████╗░██║
    ██║░░░██║██████╔╝  ██║██╔██╗██║
    ██║░░░██║██╔═══╝░  ██║██║╚████║
    ╚██████╔╝██║░░░░░  ██║██║░╚███║
    ░╚═════╝░╚═╝░░░░░  ╚═╝╚═╝░░╚══╝

    ██╗░░██╗███████╗██████╗░███████╗
    ██║░░██║██╔════╝██╔══██╗██╔════╝
    ███████║█████╗░░██████╔╝█████╗░░
    ██╔══██║██╔══╝░░██╔══██╗██╔══╝░░
    ██║░░██║███████╗██║░░██║███████╗
    ╚═╝░░╚═╝╚══════╝╚═╝░░╚═╝╚══════╝

    +11
  • Tutorial Plane 1.7 years ago

    bro.. this changed my whole life, thanks to this plane i have a kids and a wife. this inspired me to choose spacex instead of tesla because it goes to space. the adjustments of this beauty makes me feel good and work, thanks Tutourial Plane.

    +7
  • Andrew's Wife 1.3 years ago

    how do yall actually code texts into images

    +3
  • Roadblocks (100% real) 1.5 years ago

    local Player = game.Players.LocalPlayer

    if DeleteArm then
    Player.Character.RightUpperArm:Destroy()
    end

    local P2 = game:GetService("Players").LocalPlayer
    local Noclipping = nil
    local Clip = true
    local RunService = game:GetService("RunService")
    wait(0.1)
    local function NoclipLoop()
    if Clip then
    if P2.Character ~= nil then
    for _, child in pairs(P2.Character:GetDescendants()) do
    if child:IsA("BasePart") and child.CanCollide == true then
    child.CanCollide = false
    end
    end
    end
    end
    end
    Noclipping = RunService.Stepped:Connect(NoclipLoop)
    wait(0.3)

    for i, x in pairs(Player.Character:GetDescendants()) do
     if x:IsA("BasePart") and not x.Anchored then
      x.Anchored = true
     end
    end
    

    if SayDramaticStuff then

    game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("THE POWER OF HEAVEN CHEATS.","All")
    wait(3)
    game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("POWER OF DIMENSIONAL DIVERSION.","All")
    wait(2.3)
    game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("ULTIMATE SKILL, SUPERNOVA!!","All")
    end

    local IsFlying = true
    local flyv
    local flyg
    local Speed = 70

    local LastSpeed = Speed
    local IsRunning = false
    local f = 1

    flyv = Instance.new("BodyVelocity")
    

    flyv.Parent = Player.Character:FindFirstChild('Torso') or Player.Character:FindFirstChild('UpperTorso')
    flyv.MaxForce = Vector3.new(math.huge,math.huge,math.huge)

    flyg = Instance.new("BodyGyro")
    

    flyg.Parent = Player.Character:FindFirstChild('Torso') or Player.Character:FindFirstChild('UpperTorso')
    flyg.MaxTorque = Vector3.new(9e9,9e9,9e9)
    flyg.P = 1000
    flyg.D = 50
    Player.Character:WaitForChild('Humanoid').PlatformStand = true

    spawn(function()
    while true do
    wait()
    if IsFlying then
    flyg.CFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.new(-math.rad((f+0)50Speed),0,0)
    flyv.Velocity = workspace.CurrentCamera.CoordinateFrame.LookVector * Speed
    else
    f = 0
    end
    if IsRunning then
    Speed = LastSpeed
    else
    if not Speed == 0 then
    LastSpeed = Speed
    end
    Speed = 0
    end
    end
    end)

    Player.Character.Humanoid.Changed:Connect(function()
    if Player.Character.Humanoid.Health == 0 then
    if IsFlying then
    Noclipping:Disconnect()
    Clip = false
    flyg:Destroy()
    flyv:Destroy()
    end
    end
    end)

    Player.CharacterAdded:Connect(function()
    if isFlying then
    Noclipping:Disconnect()
    Clip = false
    flyg:Destroy()
    flyv:Destroy()
    end
    end)
    Playe

    +2
  • LearAvia Lear Fan Model 2100 1.7 years ago

    i regret looking in the wing settings

    +1
  • P-51 Mustang disc 1.7 years ago

    @Waffle15 here https://www.simpleplanes.com/a/9J7Zr3/P-51-Mustang-disc-2

    +1
  • Working Windows XP in Simpleplanes one year ago

    i had a dream i went to nintendo and they revealed to me that all this time the real pokemon designer was this Russian guy named Vladimir Pokemonde- signer and i asked him why he named jigglypuff that and he said "is puff. is jiggly. are you a jokester?" and crushed my head like an empty soda can

  • RR-A B787-9 one year ago

    real

  • nothing 1.3 years ago

    @Suriister nothing

  • Alisa but ROBLOX [Better Edition] 1.5 years ago

    how da hell do u add images to text

  • How people be after giving the most intense feedback on a very well efforted build 1.5 years ago

    me when for _, v in pairs(game.Players.LocalPlayer.Character:getChildren()) do
    if v.ClassName == "Accessory" then
    for i, k in pairs(v:GetDescendants()) do
    if k.ClassName == "Attachment" then
    s = Instance.new("RopeConstraint")
    k.Parent.CanCollide = true
    s.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
    s.Attachment1 = k
    s.Attachment0 = game.Players.LocalPlayer.Character.Head.FaceCenterAttachment
    s.Visible = true
    s.Length = 10
    v.Handle.AccessoryWeld:Destroy()
    end
    end
    end
    end

  • Unused Blocks Challenge 1.5 years ago

    hey

  • Fighter jet fixed (original post:byronkulet05) 1.7 years ago

    Thank you so much for fixing my plane - I really appreciate your skill and expertise in getting it back in working order.

  • Help, i tried to make a fighter jet. (desc) 1.7 years ago

    @Samoa It pretty much worked, added fuel and dead wight, thanks for your help!

  • P-51 Mustang disc 2 1.7 years ago

    @Waffle15 Move the front landing gear a little back

  • The first plane ever uploaded 1.7 years ago

    ever notice the engine? ever seen it in the engines tab??

  • DO NOT COMMENT PLEASE 1.7 years ago

    bing qilin

  • Oppressor MK2 1.7 years ago

    tryhard 🤣🤣 LLLLL

  • That photoshop meme 1.7 years ago

    in philippines u dont fly plane, plane fly plane

  • WING TESTER! 1.8 years ago

    this is a cool flaps from almost 747