TSB SCRIPT (CHILD EMPEROR BY ME)

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

ความคิดเห็น • 116

  • @JenniferTiansay
    @JenniferTiansay  17 วันที่ผ่านมา +17

    Here:
    pastebin.com/raw/ML2ydU4L
    My Discord For All Scripts
    discord.gg/dgEqGNDJ

  • @JenniferTiansay
    @JenniferTiansay  14 วันที่ผ่านมา +18

    For Everyone Thats Saying Thats My Email No Its My Brothers Phone Since I Used PC To Make This Script My Phone Is Not Samsung Its Iphone 12 Pro So Good Luck..

    • @THESCRIPTERS2948
      @THESCRIPTERS2948 14 วันที่ผ่านมา +3

      Please say how did you do for add a button in Characters and add a script inside😢

    • @JenniferTiansay
      @JenniferTiansay  14 วันที่ผ่านมา +7

      local CharacterName = "Here"
      local CharacterIcon = here
      local function Script()script here
      end
      local player = game.Players.LocalPlayer
      local playerGui = player:WaitForChild("PlayerGui")
      local topbarPlus = playerGui:WaitForChild("TopbarPlus")
      local topbarContainer = topbarPlus:WaitForChild("TopbarContainer")
      local unnamedIcon = topbarContainer:WaitForChild("UnnamedIcon")
      local dropdownContainer = unnamedIcon:WaitForChild("DropdownContainer")
      local dropdownFrame = dropdownContainer:WaitForChild("DropdownFrame")
      local charFrame = Instance.new("Frame")
      charFrame.Name = "Char"
      charFrame.Parent = dropdownFrame
      charFrame.BackgroundTransparency = 1
      charFrame.BorderColor3 = Color3.fromRGB(27, 42, 53)
      charFrame.BorderSizePixel = 1
      charFrame.LayoutOrder = 14
      charFrame.Size = UDim2.new(1, 0, 0, 32)
      charFrame.SizeConstraint = Enum.SizeConstraint.RelativeXY
      charFrame.ZIndex = 1
      local iconButton = Instance.new("TextButton")
      iconButton.Name = "IconButton"
      iconButton.Parent = charFrame
      iconButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
      iconButton.BackgroundTransparency = 0.5
      iconButton.BorderSizePixel = 0
      iconButton.Text = ""
      iconButton.TextScaled = false
      iconButton.TextSize = 8
      iconButton.TextTransparency = 1
      iconButton.TextWrapped = false
      iconButton.Position = UDim2.new(0, 0, 0, 0)
      iconButton.Size = UDim2.new(1, 0, 1, 0)
      iconButton.SizeConstraint = Enum.SizeConstraint.RelativeXY
      iconButton.Font = Enum.Font.Legacy
      iconButton.LayoutOrder = 0
      local iconImage = Instance.new("ImageLabel")
      iconImage.Name = "IconImage"
      iconImage.Parent = iconButton
      iconImage.AnchorPoint = Vector2.new(0, 0.5)
      iconImage.BackgroundTransparency = 1
      iconImage.BorderColor3 = Color3.fromRGB(27, 42, 53)
      iconImage.BorderSizePixel = 1
      iconImage.Image = "rbxassetid://" .. CharacterIcon
      iconImage.ImageColor3 = Color3.fromRGB(255, 255, 255)
      iconImage.ImageRectOffset = Vector2.new(0, 0)
      iconImage.ImageRectSize = Vector2.new(0, 0)
      iconImage.ImageTransparency = 0
      iconImage.LayoutOrder = 0
      iconImage.Position = UDim2.new(0, 12, 0, 15)
      iconImage.Size = UDim2.new(0, 24, 0, 24)
      iconImage.SizeConstraint = Enum.SizeConstraint.RelativeXY
      iconImage.TileSize = UDim2.new(1, 0, 1, 0)
      iconImage.SliceScale = 1
      iconImage.ZIndex = 11
      local iconLabel = Instance.new("TextLabel")
      iconLabel.Name = "IconLabel"
      iconLabel.Parent = iconButton
      iconLabel.AnchorPoint = Vector2.new(0, 0.5)
      iconLabel.BackgroundTransparency = 1
      iconLabel.BorderColor3 = Color3.fromRGB(27, 42, 53)
      iconLabel.BorderSizePixel = 1
      iconLabel.Font = Enum.Font.GothamMedium
      iconLabel.LayoutOrder = 0
      iconLabel.Text = CharacterName
      iconLabel.TextColor3 = Color3.fromRGB(255, 216, 19)
      iconLabel.TextSize = 14
      iconLabel.TextScaled = false
      iconLabel.TextTransparency = 0
      iconLabel.TextWrapped = false
      iconLabel.TextXAlignment = Enum.TextXAlignment.Left
      iconLabel.TextYAlignment = Enum.TextYAlignment.Center
      iconLabel.Position = UDim2.new(0, 44, 0, 15)
      iconLabel.Size = UDim2.new(1, -56, 0, 7)
      iconLabel.TextStrokeTransparency = 1
      iconLabel.ZIndex = 11
      local function onErrorNotification()
      game.StarterGui:SetCore("SendNotification", {
      Title = "NOTIFICATION";
      Text = "YOU'RE ALREADY PLAYING AS THIS CHARACTER.";
      Icon = "";
      Duration = 5;
      })
      end
      local function handleIconButtonClick()
      Script()
      local character = player.Character
      if not character then
      return
      end
      local scriptHasRun = character:FindFirstChild("ScriptHasRun")
      if scriptHasRun and scriptHasRun.Value then
      onErrorNotification()
      return
      end
      if not scriptHasRun then
      scriptHasRun = Instance.new("BoolValue")
      scriptHasRun.Name = "ScriptHasRun"
      scriptHasRun.Value = true
      scriptHasRun.Parent = character
      else
      scriptHasRun.Value = true
      end
      end
      iconButton.MouseButton1Click:Connect(handleIconButtonClick)
      print("Script Loaded 0 cap") -- Debug print to confirm script initialization
      player.CharacterAdded:Connect(function(character)
      local scriptHasRun = character:FindFirstChild("ScriptHasRun")
      if scriptHasRun then
      scriptHasRun.Value = false
      end
      end)
      if player.Character then
      local scriptHasRun = player.Character:FindFirstChild("ScriptHasRun")
      if scriptHasRun then
      scriptHasRun.Value = false
      end
      end

    • @anyeliscarolinaespinaalbor7406
      @anyeliscarolinaespinaalbor7406 14 วันที่ผ่านมา +1

      😭😭😭😭😭😭😭🙏🙏🙏 kj

    • @anyeliscarolinaespinaalbor7406
      @anyeliscarolinaespinaalbor7406 14 วันที่ผ่านมา

      🎉🎉🎉🎉🎉

    • @anyeliscarolinaespinaalbor7406
      @anyeliscarolinaespinaalbor7406 14 วันที่ผ่านมา

      Roblox 🤳?

  • @Emaniscool172
    @Emaniscool172 2 วันที่ผ่านมา +1

    How do I get the scrip loader

  • @zacryllic_Z
    @zacryllic_Z 4 วันที่ผ่านมา +2

    Must be a 7 year old using his moms yt

  • @shilpyshikder2737
    @shilpyshikder2737 10 วันที่ผ่านมา +5

    I like hackers if they make custom move sets

    • @DarLing-si4jr
      @DarLing-si4jr 5 วันที่ผ่านมา +3

      Are you a ballroom dancer!?

  • @kmrrftbl
    @kmrrftbl วันที่ผ่านมา

    bro this is soo good tysm

  • @Camel_saitama
    @Camel_saitama 6 วันที่ผ่านมา +5

    Man I wish I could download the script but there's always something stupid called "key" 🙄, WHATS EVEN THE KEY I DONT UNDERSTAND!

    • @amazinglukee7376
      @amazinglukee7376 5 วันที่ผ่านมา

      Thats delta

    • @Camel_saitama
      @Camel_saitama 5 วันที่ผ่านมา +1

      @amazinglukee7376 I know but whats the key?

    • @MYSTERIOUS_PLAYER-21
      @MYSTERIOUS_PLAYER-21 4 วันที่ผ่านมา +2

      @@Camel_saitama look sir if you got delta still just go into a game then it will show copy key link and plus it gives random keys

    • @Camel_saitama
      @Camel_saitama 4 วันที่ผ่านมา +1

      @MYSTERIOUS_PLAYER-21 ok

    • @MYSTERIOUS_PLAYER-21
      @MYSTERIOUS_PLAYER-21 4 วันที่ผ่านมา

      @@Camel_saitama np

  • @Artutinkaplay
    @Artutinkaplay 5 วันที่ผ่านมา +4

    At this point scripters can do update faster then devs 💀

    • @MASTERDIVI9_GG
      @MASTERDIVI9_GG 4 วันที่ผ่านมา

      Fr💀🙏

    • @Artutinkaplay
      @Artutinkaplay 4 วันที่ผ่านมา

      @@MASTERDIVI9_GG i think santino should hire scripters xd

    • @LucasAraujo-xg2mz
      @LucasAraujo-xg2mz 4 วันที่ผ่านมา

      Fr

    • @Artutinkaplay
      @Artutinkaplay 4 วันที่ผ่านมา

      @@LucasAraujo-xg2mz frr

    • @MASTERDIVI9_GG
      @MASTERDIVI9_GG 4 วันที่ผ่านมา

      ​@@ArtutinkaplayFR💀🙏

  • @Tango_is_no_where_to_be_found
    @Tango_is_no_where_to_be_found วันที่ผ่านมา

    Hey can you try Hero hunter but the ability are Switch like blocking and the screen was gonna counter I want to get it plz do it

  • @StrangeFacialMaterial
    @StrangeFacialMaterial 22 ชั่วโมงที่ผ่านมา

    Nah yall are getting ban when i saw you in the game

  • @p.AI.n.t.e.r
    @p.AI.n.t.e.r 15 วันที่ผ่านมา +1

    This is ass, aerial flare is suiryu's 4th ult move not child emperor's

    • @asamedasamed.7679
      @asamedasamed.7679 11 วันที่ผ่านมา +2

      Bro suiryu has no 4th ult move💀💀💀💀💀💀

    • @p.AI.n.t.e.r
      @p.AI.n.t.e.r 11 วันที่ผ่านมา

      @asamedasamed.7679 there's a leak that its his 4th ult

    • @RANDOMCONTENTXD69
      @RANDOMCONTENTXD69 10 วันที่ผ่านมา

      it's child emperors

    • @IanzinmOFICIAL
      @IanzinmOFICIAL 7 วันที่ผ่านมา

      ​@@asamedasamed.7679 Also Child Emperor Doesn't Have Fourth Move

  • @NatalieYang-j8i
    @NatalieYang-j8i 2 วันที่ผ่านมา

    that aint child of empeor that kid mech

  • @fabinho3312
    @fabinho3312 8 วันที่ผ่านมา

    he released child emperor custom character before tsb ☠☠

  • @iridescentreal3832
    @iridescentreal3832 10 วันที่ผ่านมา +1

    HE STOLEN MY SCRİPT I WILL FILE A LAWSUIT AGAINST YOU

    • @JenniferTiansay
      @JenniferTiansay  10 วันที่ผ่านมา

      Nah. I made this join my discord its welcome

    • @Crida_ita
      @Crida_ita 3 วันที่ผ่านมา

      FILING A LAWSUIT IS CRAZY FOR JUST STEALING A SCRIPT IN A KIDS GAME LOL 😭

  • @BaconPastebinScripts
    @BaconPastebinScripts 14 วันที่ผ่านมา +1

    W

  • @edgarlmelendez-ec5ie
    @edgarlmelendez-ec5ie 5 วันที่ผ่านมา

    And also at the start of the video it also said temu child emperor

  • @Froze8H
    @Froze8H 2 วันที่ผ่านมา

    Temu child emperor💀

  • @VEGETA-l1z
    @VEGETA-l1z 3 วันที่ผ่านมา

    How do u hack on mobile any device

  • @Lukasopukaso
    @Lukasopukaso 2 วันที่ผ่านมา

    BOOM

  • @jamiralabay2317
    @jamiralabay2317 วันที่ผ่านมา

    Wait Delta how

  • @RicardoZamora-h6ekj
    @RicardoZamora-h6ekj 11 ชั่วโมงที่ผ่านมา

    Es un virus

  • @edgarlmelendez-ec5ie
    @edgarlmelendez-ec5ie 5 วันที่ผ่านมา

    Bro, seriously got his email leaked at the start of the video

    • @Noyes-121
      @Noyes-121 5 วันที่ผ่านมา +1

      He said it's his brothers Email bro 💀💀 💀

  • @zionPlsiwantgojoforfunan-ix4id
    @zionPlsiwantgojoforfunan-ix4id 5 วันที่ผ่านมา

    bad it not the moves the child

  • @johnnenen54
    @johnnenen54 14 วันที่ผ่านมา +2

    Email leaked, watch out for some black mail lil bro 😊

    • @JenniferTiansay
      @JenniferTiansay  14 วันที่ผ่านมา +1

      Lol Bro Thought This Was My Email

    • @anyeliscarolinaespinaalbor7406
      @anyeliscarolinaespinaalbor7406 14 วันที่ผ่านมา +1

      Kj😢😢🎉🎉🎉🎉🎉🎉🎉 🙏

    • @Crida_ita
      @Crida_ita 3 วันที่ผ่านมา

      ​@@anyeliscarolinaespinaalbor7406 most least young kj fan:

  • @lordofdarckbess228
    @lordofdarckbess228 15 วันที่ผ่านมา +4

    This is so bad bro:/

    • @extrasimp2060
      @extrasimp2060 13 วันที่ผ่านมา

      For real fr

    • @Pink-Pple345
      @Pink-Pple345 13 วันที่ผ่านมา

      Weboom Looks So Bad Even The Skills Bro
      Like Fr💀💀

    • @StevenPlayzBlox
      @StevenPlayzBlox 5 วันที่ผ่านมา

      Fr

    • @FinnSolomonides
      @FinnSolomonides วันที่ผ่านมา

      Shut up bitch

    • @FinnSolomonides
      @FinnSolomonides วันที่ผ่านมา

      Ok mabye your right

  • @OoBlackofc
    @OoBlackofc 3 วันที่ผ่านมา

    cringe

  • @OldestTsbgcontent
    @OldestTsbgcontent 16 วันที่ผ่านมา +2

    epik vid

  • @Maximusonic123
    @Maximusonic123 5 วันที่ผ่านมา

    Caught in 4k🤨🤨🤨🤨🤨🤨🤨🤨🤨🤨🤨🤨🤨

  • @tarantula87
    @tarantula87 6 วันที่ผ่านมา

    Fake

  • @THESCRIPTERS2948
    @THESCRIPTERS2948 15 วันที่ผ่านมา

    Say how you do for add a button in characters :(

    • @itsfrancc
      @itsfrancc 13 วันที่ผ่านมา

      Yeah I wanna know how to do that too

  • @ßitch-l4u
    @ßitch-l4u 2 วันที่ผ่านมา

    Who's me

  • @Benselim-p1e
    @Benselim-p1e 3 วันที่ผ่านมา

    I will use the email any ways

  • @DarLing-si4jr
    @DarLing-si4jr 5 วันที่ผ่านมา

    CHEATS ARE NOT GOOD CHEATS ARE VERY BAD!!!!!!!!

  • @DecentHero1
    @DecentHero1 4 วันที่ผ่านมา

    Tf

  • @Rodolfocabebe-i2r
    @Rodolfocabebe-i2r 6 วันที่ผ่านมา

    Bro fix your weboom

  • @jonathontestini5761
    @jonathontestini5761 2 วันที่ผ่านมา

    Is this true

  • @euwinden
    @euwinden 14 วันที่ผ่านมา

    Guys stop scripting 😢😢

    • @Ken_animates19
      @Ken_animates19 14 วันที่ผ่านมา

      We script make a cool new moveset.. BECAUSE TSB DOESNT UPDATED!!..

  • @Pistke
    @Pistke 2 วันที่ผ่านมา

    Im a delta use too

  • @Khowj
    @Khowj 12 วันที่ผ่านมา

    Pls to key

  • @robloxparkour3648
    @robloxparkour3648 15 วันที่ผ่านมา

    leaked an email lol

  • @scout-v1m
    @scout-v1m 15 วันที่ผ่านมา +1

    skid alert

    • @JenniferTiansay
      @JenniferTiansay  15 วันที่ผ่านมา

      Skid?

    • @JenniferTiansay
      @JenniferTiansay  15 วันที่ผ่านมา

      Look at my name in discord? it's "Welcome"

    • @scout-v1m
      @scout-v1m 15 วันที่ผ่านมา

      ​@@JenniferTiansaywhat's getgenv?

    • @vortexsux
      @vortexsux 8 วันที่ผ่านมา +1

      @@JenniferTiansay skid means skript kiddie

    • @yahya-oh1hk
      @yahya-oh1hk 6 วันที่ผ่านมา

      ​@@vortexsuxscript*

  • @DorthyBennett-g8h
    @DorthyBennett-g8h 9 วันที่ผ่านมา

    Hacker

  • @YepimDerpy
    @YepimDerpy 15 วันที่ผ่านมา

    These do no damage :/

    • @DivaricateSplitter
      @DivaricateSplitter 15 วันที่ผ่านมา

      Its not suppose to do damage
      Its for visual they cant see it so whats the point?

    • @JenniferTiansay
      @JenniferTiansay  15 วันที่ผ่านมา

      Only Trinity Tear Does Damage

    • @miik_Studios-g6g
      @miik_Studios-g6g 15 วันที่ผ่านมา

      @@JenniferTiansay trinity doesnt work its wip

  • @Goku-dragonballsuper
    @Goku-dragonballsuper 9 วันที่ผ่านมา

    THIS SCRIPT SUCK

  • @RANDOMCONTENTXD69
    @RANDOMCONTENTXD69 15 วันที่ผ่านมา +1

    Bro leaked his gmail

    • @jelymagalla
      @jelymagalla 15 วันที่ผ่านมา

      Real 🔥

    • @ZARUNZA
      @ZARUNZA 15 วันที่ผ่านมา

      WHAT WE GONNA DO TO IT😈😈😈

    • @Jevintheblueguy
      @Jevintheblueguy 10 วันที่ผ่านมา

      It's his brothers
      Ya idiots

    • @ZARUNZA
      @ZARUNZA 10 วันที่ผ่านมา +1

      LET'S DO IT😎

  • @mr.destructo2441
    @mr.destructo2441 15 วันที่ผ่านมา +2

    TIS SCRIPT SUCKS

    • @rafaellohspopsicle
      @rafaellohspopsicle 15 วันที่ผ่านมา

      Can you do one?

    • @Also_notgeto
      @Also_notgeto 15 วันที่ผ่านมา

      Of course it is he literally made it on mobile

    • @JenniferTiansay
      @JenniferTiansay  15 วันที่ผ่านมา

      I used templates.

    • @ClementMassaquoi-ym5bj
      @ClementMassaquoi-ym5bj 10 วันที่ผ่านมา

      Bro stop being mean

    • @HEISCOMING-b5n
      @HEISCOMING-b5n 3 วันที่ผ่านมา

      @@rafaellohspopsicleyou don't need to know how to do that thing before sharing your opinion.

  • @CompGT112
    @CompGT112 11 วันที่ผ่านมา

    Game name?

    • @jorgeuriarti5963
      @jorgeuriarti5963 11 วันที่ผ่านมา +1

      the strongest battlegrounds

    • @CompGT112
      @CompGT112 10 วันที่ผ่านมา

      I fucking know

    • @vortexsux
      @vortexsux 8 วันที่ผ่านมา +1

      @@CompGT112 why did you ask then

    • @CompGT112
      @CompGT112 6 วันที่ผ่านมา

      Cause I thought it was a game when I did not watch it before