| 13.29 KB, We use cookies for various purposes including analytics. Basic Weakening Magic Skills Click on the "Obtain" button. User extends their hands towards the target, causing vines to grow between them, User creates a large flower that launches a powerful beam of concentrated Mana, User summons numerous vines and uses them to form a large cradle that heals allies for 15 seconds, User transforms into wearing a flower robe that heals themself consistently for 60 seconds, This skill, which can only be used when Flower Robe is activated, covers the battlefield in flowers that heal allies and help to regain their stamina, Makes mouse click moves do 3x their base damage, User summons an armor aura that reduces any incoming damage by 70 percent for 10 seconds, User wraps their legs and feet with a magical aura and dashes forward to slash their target, User summons a whale that falls from the sky and crushes their target, User unleashes a berserker mode that decreases all incoming damage by 40 percent, User initiates a taunt that makes all enemies attack you instead of the others in your party, Purchasable from the Doctor NPC near the cabin in Commoner's Realm for 15 Fire Essence, 10 Ice Essence, 1 Heath Crystal, 1 Rock Spirit's Remains and 250 million coins, User summons a large sword that unleashes 3x damage on anything it hits, User releases a cluster around their body, injuring all enemies in range, User summons five to 10 puppets that explode on contact, User decreases the amount of damage that they receive by 75 percent for 30 seconds, User summons multiple crystal-shaped harpes that deal 3x damage, User summons a right fire wing that gives additional regeneration to all party members, User summons a left fire wing that gives additional regeneration to all party members, Obtainable from the floating Grimoire in the Noble Realm's Grimoire Tower in exchange for one Salamander's Tail, four Tome of Mysteries, five Vibranium, and one Ancient Fruit, User fires a massive beam full of poison that damages the enemy for 10 seconds, User summons a venomous ball of fire from the ground that damages all enemies in close range, User sprays poison gas for a short period of time, User releases multiple purple spikes than can knock back opponents and leave them poisoned for upwards of 20 seconds, This special ability allows the user to melt themself into a pile of poison liquid and then slither around for a few secondswhen turned back into their human form, the move will damage any enemies nearby, After using Basilisk Breath, this move can be used to shoot massive amounts of poison that deal heavy damage, All comments must be on topic and add something of substance to the post, Do not attempt to start a poll in the comments, We reserve the right to remove a comment for any reason, Do not impersonate a staff member or influencer. ! There's nothing that you can do to fix this issue, the code is simply unobtainable. todo-web-headline todo-web-headline-mobile. Check out our guides on all Skills in Roblox Black Clover Kingdom: Grimshot, Explained or all Races in Roblox Black Clover Kingdom: Grimshot! Comments are on moderation and will be approved in a timely manner. boca beacon obituaries. Magics | Black Clover Grimshot Wiki | Fandom chetco zipline kit used prius san diego craigslist grade a amber maple syrup. Press the Settings button on the side of the screen. This website is using a security service to protect itself from online attacks. IMPORTANT: Enter the code as it is written in our . In a world where people are born with magic, will you become a Magic Knight and protect the world, or will you become a villain and destroy it? Inspired by popular manga and anime Black Clover, the game follows a. game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false), game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Health, false), if not game:GetService("RunService"):IsStudio() then, game.ReplicatedFirst.Loading.BindableFunction:Invoke("LOADING"), workspace.IgnoreFolder.LocalItems:ClearAllChildren(), local DATAFOLDER = player:WaitForChild("DataFolder"), local Grimoire_Tool = player.Backpack:WaitForChild("Book"), mouse.TargetFilter = workspace.IgnoreFolder, local MAINGUI = player.PlayerGui:WaitForChild("MainGUI"), local LevelSystem = require(game.ReplicatedStorage:WaitForChild("LevelSystem")), local RemoteEvent = game.ReplicatedStorage:WaitForChild("RemoteEvent"), local RemoteFunction = game.ReplicatedStorage:WaitForChild("RemoteFunction"), local PASSCODE = RemoteFunction:InvokeServer("PASSCODE"), local SKILLTREE = game.ReplicatedStorage:WaitForChild(DATAFOLDER.MagicType.Value .. "MagicSkills"):Clone(), game.ReplicatedStorage:WaitForChild("Experience"):Clone().Parent = MAINGUI, for i, v in pairs(SKILLTREE.Center:GetChildren()) do, if v:IsA("ImageLabel") and v ~= SKILLTREE.Center.CLOVER then, local TextLabel = Instance.new("TextLabel"), TextLabel.Size = UDim2.new(0, 100, 0, 10), TextLabel.Position = UDim2.new(0, 0, 0, -5), TextLabel.TextStrokeColor3 = Color3.new(0, 0, 0), TextLabel.FontSize = Enum.FontSize.Size14, TextLabel.TextColor3 = Color3.new(1, 1, 1), for i, v in pairs(SKILLTREE.Center.Moves:GetChildren()) do, TextLabel.Size = UDim2.new(0, 100, 0, 20), TextLabel.Position = UDim2.new(0, 40, 0, -10), TextLabel.BackgroundColor3 = Color3.new(0, 0, 0), TextLvl.Position = UDim2.new(0, -20, 0, 0), TextDescription.Size = UDim2.new(0, 100, 0, 40), TextDescription.Position = UDim2.new(0, 0, 0, 20), TextDescription.Text = v.Description.Value .. [[, SkillPoint(s): ]] .. tostring(game.ReplicatedStorage.MagicSkillPoint[v.Name].Value), TextLabel.TextXAlignment = Enum.TextXAlignment.Left, TextDescription.TextXAlignment = Enum.TextXAlignment.Left, local textBOUNDS = TextLabel.TextBounds + TextDescription.TextBounds, TextLabel.Size = UDim2.new(0, textBOUNDS.x, 0, 20), TextDescription.Size = UDim2.new(0, textBOUNDS.x, 0, textBOUNDS.y), local MYLEVEL = LevelSystem.CalculateLVLfromEXP(DATAFOLDER.Stats.XP.Value), if character:FindFirstChild("DEBUGGER") then, local REQUIRESKILLPOINTFORMAGIC = game.ReplicatedStorage.MagicSkillPoint[v.Name].Value, if REQUIRESKILLPOINTFORMAGIC <= tonumber(DATAFOLDER.Stats.SkillPoint.Value) and MYLEVEL >= v.LVL_TAG.Value and (DATAFOLDER.Magics:FindFirstChild(v.PREVIOUS_MOVE_TAG.Value) or v.PREVIOUS_MOVE_TAG.Value == "") or DATAFOLDER.Magics:FindFirstChild(v.Name) then, local MYCLOVER = math.min(DATAFOLDER.Clover.Value + DATAFOLDER.ExtraSlot.Value, #SKILLTREE.MagicInventory:GetChildren() - 1), for i = 1, #SKILLTREE.MagicInventory:GetChildren() - 1 do, if DATAFOLDER["Slot" .. i].Value == v.Name then, if DATAFOLDER["Slot" .. i].Value == "" then, RemoteEvent:FireServer("AddSlotMagic", i, v.Name, PASSCODE), MAINGUI.Error.Text = "Your magic slot(s) are full", MAINGUI.Error.Text = "[" .. v.Name .. "]" .. " already equipped", MAINGUI.Error.Text = "Require: Level " .. v.LVL_TAG.Value, elseif v.PREVIOUS_MOVE_TAG.Value ~= "" and DATAFOLDER.Magics:FindFirstChild(v.PREVIOUS_MOVE_TAG.Value) == nil then, MAINGUI.Error.Text = "Require: " .. v.PREVIOUS_MOVE_TAG.Value, elseif REQUIRESKILLPOINTFORMAGIC > tonumber(DATAFOLDER.Stats.SkillPoint.Value) then, MAINGUI.Error.Text = "You need " .. REQUIRESKILLPOINTFORMAGIC .. " skill point! | 13.51 KB, Lua | See codes in a table Join the community! 1 hour ago By continuing to use Pastebin, you agree to our use of cookies as described in the. Magics. Whether you're looking for Magic Spins or Coins, the codes below have it all! The user covers their body in Anti-Magic and charges forward with a powerful slash. Black Clover Grimshot Wiki | Fandom Controls: Left Ctrl to run. GRP Lining / FRP Lining 13 September 2018 - 19:05; ! Shared On: 1st Jan, 2023 Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page. Roblox Black Clover Grimshot Codes 2023 - Gameskeys.net Clover Kingdom: Grimshot Codes - Feb 2023 - Roblox | RTrack By using codes! | 0.73 KB, JSON | Pastebin is a website where you can store text online for a set period of time. Magic is undeniably one of the most important parts of the Black Clover inspired Roblox experience, Clover Kingdom: Grimshot. Usually only given at an important milestone, and can often be found either in the discord sever or in the game's description. Inspired by the anime and manga of the same name,Clover Kingdom: Grimshotis a Roblox RPG that takes players on a similar journey to that of the anime's main character, Asta. Your IP: As of Dec. 2, 2021, this is the full list of all Magics in Clover Kingdom: Grimshot. This passive ability nullifies all burn damage, minus Fire Magic's G move, making it a very good counter ability. Basic Weakening Magic | Black Clover: Grimshot Wiki | Fandom Regardless of the path you choose, leveling up, understanding magic, and training is crucial. 10KLIKES! How to get pets in Roblox Black Clover Kingdom Grimshot? GOOD LUCK! Clover Kingdom: Grimshot - List of Codes (March 2023) | 12.95 KB, VisualBasic | PremiumSpin4 - Redeem this code to get additional 20 premium Spins. Expired Codes ANEXTRACODEFORWEAKS TIMEMAGICMAYBE 30KLIKESZZ! Home; Trending; Games; clover kingdom grimshot script. | 14.69 KB, JSON | Looking for more Clover Kingdom: Grimshot content? There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data. Can anyone make a script for the game "Clover Kingdom: Grimshot" not an auto farm but just one that collects the quests without you having to go to the NPC? Black Clover Online - Pastebin.com If you attempt to type in a code and it saysInvalid Code, however, this means that you've likely mistyped the code or neglected to use the correct capitalization. While holding the Demon Dweller sword, the user gathers Anti-Magic energy and shoots out various slashes that send the enemy flying backward. 210.65.88.143 By Grimshot Clover Use this Pass in: [TIME MAGIC] Clover Kingdom: Grimshot Price 200 Type Pass Updated Apr. 15KLIKES The details on how to get each magic can be found in their respective lists below. In a world where people are born with magic, will you become a Magic Knight and protect the world, or will you become a villain and destroy it? Runker 51 Voice EnabledRunker 51Catwalk Show Lifting SimulatorAnime Clicker FightMax Speed Goal Kick SimulatorOne Fruit SimulatorStrongman RaceFlying Race Clicker+1 Speed Every Secondprove mom wrong by being a famous rapper tycoonmaking memes in your basement at 3 AM tycoonmake roblox games to become rich and famoussteal roblox games to pay grandpa's bail tycoonStair Legends!YBA:AUDunking RaceSword Fighters SimulatorMerge SimulatorStrong Ninja SimulatorAnimal SimulatorJump ClickerLegends Of Speed Get Huge SimulatorSuper Hero Race ClickerClicker Run!DOORS RaceRoblox Is UnbreakbleAnime Fly Race Loading | Linkvertise Not all Roblox codes are active for the same amount of time, meaning some expire exceptionally quickly and may even become inactive after 24 hours or less! Image via Roblox Clover Kingdom: Grimshot. black clover grimshot script 30 June 2022 - 21:41; Painting Supplies & How to Use Them 16 May 2019 - 16:53; The Top Interior Paint Brands in the UAE 6 May 2019 - 18:40; Milk Paint UAE 6 May 2019 - 11:41; Chalk paint UAE 1 May 2019 - 13:30; black clover grimshot script. FogColor = Color3.fromRGB(127, 127, 127), MUSIC.SoundId = SOUND[CURRENTSONG].SoundId, local MUSICLOOP = MUSIC.DidLoop:connect(function(), MUSIC.SoundId = SOUND[CURRENTSONG + 1].SoundId, MAINGUI.AreaTextLabel.TextStrokeTransparency = 0, MAINGUI.AreaTextLabel.TextTransparency = 0, game:GetService("TweenService"):Create(MAINGUI.AreaTextLabel, TweenInfo.new(0.3, Enum.EasingStyle.Linear, Enum.EasingDirection.Out), {TextStrokeTransparency = 1, TextTransparency = 1}):Play(), local ray = Ray.new(character.HumanoidRootPart.Position, Vector3.new(0, 9999, 0)), local hit = workspace:FindPartOnRayWithWhitelist(ray, {AREAs}), JSON | Position = tutorialImg.Position - UDim2.new(0, size * 0.5 * 0.5, 0, size * 0.5 * 0.5), local CLICKMOUSE = mouse.Button1Down:connect(function(), createTutorialCircle(UDim2.new(0.5, 0, 0.5, 0), "Keep your eyes on this red circle, this is for a quick tutorial. If a new code is released, the best ways to find out about it are checking back with this article regularly, joining the Clover Kingdom: GrimshotDiscordserver, and joining the Grimshot Clover Roblox group. 1 hour ago Please read the following rules before commenting: Save my nickname and email in this browser for the next time I comment. Copyright 2023 Pro Game Guides. Through Magic, players can grow stronger, learn unique moves and abilities, and ultimately work towards becoming the strongest Magic Knight or villain in the world. Clover Kingdom: Grimshot Codes - ISK Mogul Adventures Performance & security by Cloudflare. Image via Roblox Clover Kingdom: Grimshot. TintColor = hit.ColorCorrection.TintColor. Pastebin: https://paste.ee/r/7YLwbHow To Get Scripts: https://youtu.be/E7SujlZdjf4Support with a donation: vovapro141@gmail.com (PayPal ID)R6R15robloxroblox hackroblox exploitexploitexploitsexploiterhackhackshackershowcaseshowcaserhub showcasescript hubhublua hublua hub OTora IsMe1 FOAceBanSkays BloxSkays GamingSakpotEzo McGfezRobloxLuaXeLuaXieExampleFurky - Roblox \"Exploits\" (stupid ngl)Jazzy RbxHype PloitsFurkyKrnlFluxusOxygen USynapse XKiwi XSirhurtAsshurtSentinelSentinel V1Sentinel V2Sentinel V3JJSploitScriptwareShadowCoco ZCometNovalineDansploitNihonRo-wareElectronKavo UIWally UIOrion UIroblox exploitfree roblox exploitroblox exploit freeroblox free exploitroblox exploit no keyroblox exploit downloadroblox script exploitroblox exploit trollingroblox exploit 2020roblox exploit 2021roblox exploit 2022roblox exploit 2023script exploit robloxroblox hackhow to hack in robloxroblox hack downloadhow to hack robloxhack robloxroblox hack 2022roblox hack freeroblox adopt me hackhow to hack roblox accountsroblox scriptroblox blox fruits scriptroblox pet simulator x scriptroblox pls donate scriptroblox shindo life scriptroblox king legacy scriptroblox blox fruit scriptroblox script executoradopt me script robloxroblox scripting tutorialroblox scriptingroblox studio scriptingscripting robloxroblox studio scripting tutorialroblox scripting tutorial 2scripting tutorial robloxhow to learn roblox scriptinghow to learn lua scripting for robloxscripting your funny ideasios 16blox fruitsshiba inu coinshindo lifespaces22 ultradivya tripathi mamslap battlestdsshindo life codesroblox exploitsrobloxdoors robloxroblox storyroblox doorsroblox bedwarsbedwars robloxmachenzie turner robloxlankybox roblox#robloxfgteev robloxMining Clicker SimulatorClicker SimulatorTapping Simulator! Black Clover Grimshot Wiki | Fandom 25 min ago Magic is undeniably one of the most important parts of theBlack Cloverinspired Roblox experience,Clover Kingdom: Grimshot. Through Magic, players can grow stronger, learn unique moves and abilities, and ultimately work towards becoming the strongest Magic Knight or villain in the world. You can also get a bunch of free stuff via our Roblox Promo Codes page. close. Welcome to the unofficial ROBLOX wiki for Black Clover: Grimshot by Froredion. EDIT: Fixed the Code Above Edit: And if u are going to use the Martial Farm Equip it first, Sorry for all the Edit The action you just performed triggered the security solution. clover kingdom grimshot script -- READ CAREFULLY!!!!! Color = GRIMOIREGUI.Middle.BackgroundColor3. 1 hour ago 15KLIKES BIGUPDATE 1MVISITS SORRY_FOR_TROUBLE! If you're looking for more Roblox content to browse while you wait for new codes, check out some of our other related articles includingAll Magics in Roblox Black Clover Kingdom Grimshot, Explained, How to get Anti-Magic in Roblox Black Clover Kingdom: Grimshot, or All Skills in Roblox Black Clover Kingdom: Grimshot, Explained! You have the option to take the role of villain and destroy this magical world or play as a magic knight to defend your world from evil forces. Clover Kingdom: Grimshot Script | Autofarm[LuaXe] - YouTube Black Clover: Grimshot is now released for free! document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() ); This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply. 0 7 Roblox MMO Gaming 20KLIKESOWO!!! TEXT .. " XP") then, game:GetService("TweenService"):Create(textlb, TweenInfo.new(1.25, Enum.EasingStyle.Linear, Enum.EasingDirection.Out), {, text.TextStrokeColor3 = Color3.new(0, 0, 0), game:GetService("TweenService"):Create(imglb, TweenInfo.new(2, Enum.EasingStyle.Linear, Enum.EasingDirection.Out), {, game:GetService("TweenService"):Create(text, TweenInfo.new(2, Enum.EasingStyle.Linear, Enum.EasingDirection.Out), {TextTransparency = 1, TextStrokeTransparency = 1}):Play(), local TEXT = math.floor((val - PREVIOUSXPVAL) * 100) / 100, SKILLPOINT.Changed:connect(UPDATESKILLPOINT), local SHOCKEFFECT = Instance.new("Frame"), SHOCKEFFECT.Position = UDim2.new(0, 0, -0.5, 0), SHOCKEFFECT.BackgroundColor3 = Color3.fromRGB(0, 255, 255), while CHILD and CHILD:isDescendantOf(workspace) do, SHOCKEFFECT.BackgroundTransparency = SHOCKEFFECT.BackgroundTransparency == 0 and math.random() or 0, TextLabel.Position = UDim2.new(0, -25, 0, -15), local cd = CHILD:FindFirstChild("Cooldown").Value, local timer = CHILD:FindFirstChild("Time").Value, img.ImageTransparency = math.min((myTime - timer) / cd, 1), game:GetService("RunService").Heartbeat:wait(), if MAINGUI.MagicEffects:FindFirstChild(CHILD.Name) then, MAINGUI.MagicEffects[CHILD.Name]:Destroy(), character:WaitForChild("Effects").ChildAdded:connect(UPDATEMAGICEFFECTS), character:WaitForChild("Effects").ChildRemoved:connect(REMOVEMAGICEFFECTS), local len = math.floor(string.len(num) / 3), num = string.gsub(num, "^(-?%d+)(%d%d%d)", "%1,%2"), local PREVIOUSCURRENCYVAL = DATAFOLDER.Currency.Value, if DATAFOLDER.CurrencyShow.Value == "Active" then, MAINGUI.Money:TweenPosition(UDim2.new(0.5, -100, 0, 0), Enum.EasingDirection.Out, Enum.EasingStyle.Linear, 0.5, true), MAINGUI.Money:TweenPosition(UDim2.new(0.5, -100, 0, -100), Enum.EasingDirection.Out, Enum.EasingStyle.Linear, 0.5, true), MAINGUI.Money.Text = "$" .. ADDCOMMAS(val), if DATAFOLDER.CurrencyShow.Value ~= "Active" then, changeCURRENCY(DATAFOLDER.Currency.Value), DATAFOLDER.CurrencyShow.Changed:connect(changeCURRENCY), DATAFOLDER.Currency.Changed:connect(changeCURRENCY), local PREVIOUSSKILLPOINT = DATAFOLDER.Stats.SkillPoint.Value, DATAFOLDER.Stats.SkillPoint.Changed:connect(function(val), local UIS = game:GetService("UserInputService"), local KeyModule = require(game.ReplicatedStorage:WaitForChild("KeyModule")), UIS.InputBegan:connect(function(input, bool), KeyPressed[input.UserInputType.Name] and KeyPressed[input.UserInputType.Name][3], if input.UserInputType == Enum.UserInputType.MouseButton1 then, if not bool and input.UserInputType == Enum.UserInputType.Keyboard then, KeyPressed[input.Name] and KeyPressed[input.Name][3], if KeyModule[input.Name] and _G[KeyModule[input.Name]] then, if DATAFOLDER.Magics:FindFirstChild("Double Jump") and character.HumanoidRootPart:FindFirstChild("BROOMFLIGHTBV") == nil and not DOUBLE_JUMP_ENABLE and character.Humanoid.Health > 0 and input.Name == Enum.KeyCode.Space.Name and character.Humanoid:GetState() == Enum.HumanoidStateType.Freefall then, RemoteEvent:FireServer("DoubleJUMPBOOST", PASSCODE), UIS.InputEnded:connect(function(input, bool), if character:FindFirstChild("Grimoire") == nil then, RemoteEvent:FireServer("Book", Grimoire_Tool, PASSCODE), SKILLTREE.Center.CLOVER.MouseButton1Click:connect(function(), RemoteEvent:FireServer("MagicRerollMagic", PASSCODE), if SkillTreeEnable == true and DATAFOLDER.Information:FindFirstChild("Tutorial") == nil then, if SkillTreePressed == false and SkillTreeEnable == false then, MAINGUI.Gate1:TweenPosition(UDim2.new(0.5, 0, -1, 0), Enum.EasingDirection.Out, Enum.EasingStyle.Linear, 1.5, 1, function(), MAINGUI.Gate2:TweenPosition(UDim2.new(-0.5, camera.ViewportSize.X % 2 == 0 and 0 or 1, -1, 0), Enum.EasingDirection.Out, Enum.EasingStyle.Linear, 1.5, 1, function(), SKILLTREE.Center.Position = UDim2.new(0.5, 0, 0.5, 0), MAINGUI.Gate1.CLOVER.ImageColor3 = Color3.new(0, 0, 0):Lerp(Color3.new(1, 1, 1), i), MAINGUI.Gate2.CLOVER.ImageColor3 = Color3.new(0, 0, 0):Lerp(Color3.new(1, 1, 1), i), MAINGUI.Gate1.Position = UDim2.new(1, 0, -1, 0), MAINGUI.Gate2.Position = UDim2.new(-1, 0, -1, 0), MAINGUI.Gate1.BackgroundColor3 = Color3.new(1, 1, 1), MAINGUI.Gate2.BackgroundColor3 = Color3.new(1, 1, 1), MAINGUI.Gate1.CLOVER.ImageColor3 = Color3.new(0, 0, 0), MAINGUI.Gate2.CLOVER.ImageColor3 = Color3.new(0, 0, 0), elseif SkillTreePressed == false and SkillTreeEnable == true then, if DATAFOLDER.Information:FindFirstChild("Tutorial") == nil then, local screentutorial = Instance.new("Frame"), screentutorial.Size = UDim2.new(1, 0, 1, 0), screentutorial.BackgroundTransparency = 0.4, screentutorial.BackgroundColor3 = Color3.new(0, 0, 0), local function createTutorialCircle(pos, text, ZINDEX), local size = typeof(pos) == "UDim2" and 255 or (pos.AbsoluteSize.x + pos.AbsoluteSize.y) * 0.6, local tutorialImg = Instance.new("ImageLabel"), tutorialImg.Image = "rbxassetid://1108275823", tutorialImg.Size = UDim2.new(0, size * 0.5, 0, size * 0.5), tutorialImg.Position = typeof(pos) == "UDim2" and pos or UDim2.new(0, pos.AbsoluteSize.X * 0.5 + pos.AbsolutePosition.x, 0, pos.AbsoluteSize.Y * 0.5 + pos.AbsolutePosition.y), tutorialImg.Position = tutorialImg.Position - UDim2.new(0, tutorialImg.Size.X.Offset * 0.5, 0, tutorialImg.Size.Y.Offset * 0.5), tutorialImg.ImageColor3 = Color3.new(1, 0, 0), tutorialImg.ZIndex = ZINDEX and ZINDEX or typeof(pos) == "UDim2" and 0 or pos.ZIndex + 1, local tutorialText = Instance.new("TextLabel"), tutorialText.Position = typeof(pos) == "UDim2" and pos or tutorialImg.Position + UDim2.new(0, 0, 0, -size * 0.5), tutorialText.TextColor3 = Color3.new(1, 1, 1), tutorialText.TextStrokeColor3 = Color3.new(0, 0, 0), tutorialText.FontSize = Enum.FontSize.Size18, tutorialText.TextXAlignment = Enum.TextXAlignment.Center, tutorialText.TextXAlignment = camera.ViewportSize.X * 0.5 > tutorialText.Position.X.Offset and Enum.TextXAlignment.Left or Enum.TextXAlignment.Right, game:GetService("TweenService"):Create(tutorialImg, TweenInfo.new(1, Enum.EasingStyle.Linear, Enum.EasingDirection.Out), {.