Oct 14th, 2018
TheBladeNinja the Creator of Project: Kaiju 2.0 has released a new update Welcome to PROJECT KAIJU! A Kaiju fighting game with fighting mechanics and combos, unlike any other Roblox kaiju game! Fight other players and earn new kaiju in this online fighting game and become the best with your favorite kaijus!
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Roblox Kaiju Simulator Roblox
- local frame = Instance.new('Frame')
- local main = Instance.new('Frame')
- local credits = Instance.new('TextBox')
- local loadp = Instance.new('TextButton')
- local food = Instance.new('TextButton')
- --Properties:
- frame.Parent = ScreenGui
- frame.Position = UDim2.new(0.450560659, 0, 0, 0)
- frame.Style = Enum.FrameStyle.DropShadow
- open.Name = 'open'
- open.BackgroundColor3 = Color3.new(0, 0, 0)
- open.Position = UDim2.new(-0.0624999925, 0, -0.789473712, 0)
- open.Font = Enum.Font.SciFi
- open.TextColor3 = Color3.new(1, 1, 1)
- open.TextWrapped = true
- frame.Visible = false
- end)
- main.Name = 'main'
- main.BackgroundColor3 = Color3.new(0, 0, 0)
- main.Position = UDim2.new(0.407747209, 0, 0.0823045224, 0)
- main.Visible = false
- main.Draggable = true
- title.Name = 'title'
- title.BackgroundColor3 = Color3.new(0, 0, 0)
- title.Position = UDim2.new(-0.055555556, 0, -0.0806451589, 0)
- title.Font = Enum.Font.SciFi
- title.TextColor3 = Color3.new(1, 1, 1)
- title.TextSize = 14
- credits.Parent = main
- credits.Position = UDim2.new(-0.055555556, 0, 1, 0)
- credits.Font = Enum.Font.SciFi
- credits.TextColor3 = Color3.new(1, 1, 1)
- credits.TextSize = 14
- savep.Parent = main
- savep.Position = UDim2.new(0.0333333351, 0, 0.0645161271, 0)
- savep.Font = Enum.Font.Cartoon
- savep.TextColor3 = Color3.new(1, 1, 1)
- savep.TextSize = 14
- savep.MouseButton1Click:connect(function()
- asd=game.Players.LocalPlayer.Character.HumanoidRootPart.Position
- loadp.Parent = main
- loadp.Position = UDim2.new(0.577777803, 0, 0.0645161271, 0)
- loadp.Font = Enum.Font.Cartoon
- loadp.TextColor3 = Color3.new(1, 1, 1)
- loadp.TextSize = 14
- loadp.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
- end)
- speed.Name = 'speed'
- speed.BackgroundColor3 = Color3.new(0, 0, 0)
- speed.Position = UDim2.new(0.0333333351, 0, 0.606664002, 0)
- speed.Font = Enum.Font.Cartoon
- speed.TextColor3 = Color3.new(1, 1, 1)
- speed.TextSize = 14
- speed.MouseButton1Click:connect(function()
- dino = 'Barosaurus'
- wait(0.5)
- end)
- food.Name = 'food'
- food.BackgroundColor3 = Color3.new(0, 0, 0)
- food.Position = UDim2.new(0.577777803, 0, 0.596044064, 0)
- food.Font = Enum.Font.Cartoon
- food.TextColor3 = Color3.new(1, 1, 1)
- food.TextSize = 14
- food.MouseButton1Click:connect(function()
- game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern, 2)
- close.Parent = main
- close.Position = UDim2.new(1.05555558, 0, -0.0806451589, 0)
- close.Font = Enum.Font.SciFi
- close.TextColor3 = Color3.new(1, 1, 1)
- close.TextSize = 14
- close.MouseButton1Click:connect(function()
- main.Visible = false
RAW Paste Data