Roblox Galaxy Titan Script

Posted on

Sometimes, finding a script for Roblox game is not an easy thing. But, usually people will easily find script in the Pastebin website. Now, how about the script for Galaxy Titan? Can we find this script in Pastebin? Let’s find out in this article.

When we check in the Pastebin website, we find a Roblox Galaxy Titan script. It is Roblox Galaxy Titan Script which was posted by NEXTFLAMEPB on February 11th, 2017. This script has been seen more than 12k times. Here is the part of the script.


local p = game.Players.LocalPlayer

local char = p.Character

local mouse = p:GetMouse()

local larm = char[“Left Arm”]

local rarm = char[“Right Arm”]

local TitanBet = “;”

local lleg = char[“Left Leg”]

local rleg = char[“Right Leg”]

local hed = char.Head

local torso = char.Torso

local hum = char.Humanoid

local cam = game.Workspace.CurrentCamera

local root = char.HumanoidRootPart

local deb = false

local shot = 0

local l = game:GetService(“Lighting”)

local rs = game:GetService(“RunService”).RenderStepped

local stanceToggle = “Normal”

local Mana = Instance.new(“IntValue”, char)

You are able to check the complete script in the Pastebin website. Then, we also find Roblox Galaxy Titan script in the Github site. In the Github site, it is written Roblox-Exploit-Scripts / Galaxy Titan.txt. Here is the part of the script.

local Main1 = Instance.new(“ScreenGui”)

local Main2 = Instance.new(“Frame”)

local cmd1 = Instance.new(“TextButton”)

local cmd2 = Instance.new(“TextButton”)

local cmd3 = Instance.new(“TextButton”)

local cmd4 = Instance.new(“TextButton”)

local cmd5 = Instance.new(“TextButton”)

local credits = Instance.new(“TextLabel”)

–Gui

Main1.Name = “ZallyHub”

Main1.Parent = game.CoreGui

–Main

Main2.Name = “Main”

Main2.Parent = Main1

Main2.Draggable = true

Main2.Active = true

Main2.BackgroundColor3 = Color3.new(0, 170, 255)

Main2.BorderSizePixel = 0

Main2.ZIndex = 1

Main2.Size = UDim2.new(0, 200, 0, 600)

–cmd1

cmd1.Name = “FE God”

cmd1.Parent = Main2

cmd1.Active = true

You are able to see the complete script in the Github website.

So, what are actually Github and Pastebin? Why can we find script in these sites? Pastebin is a website which you are able to use to store and find text online so that you are able to share and find it easily. Usually, this site is used by programmers where they usually store the pieces of source code or configuration information. However, it does not mean that people who are not programmers cannot use this site. We are able to use this site as well. For gamers, usually this site is used to store and find script.

Now, how about Github? It is also a site where they support a community and now the site has more than 40 million people to learn, share, and work together to build software. In the Github site, there is a forum where you are able to share information and get information about software including game. So, you are able to explore these two sites to know more about them.

Well now, you have known the script for Roblox Galaxy Titan and you are able to try to apply the scripts above in Roblox one by one. If you find any difficulties, you are able to ask other Roblox players who use this script in a forum.

Leave a Reply

Your email address will not be published. Required fields are marked *