Roblox Kaiju Simulator

Oct 14th, 2018
  1. Roblox Kaiju Simulator Roblox
  2. Kaiju Attack Simulator V2 Game

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!
Kaiju

Roblox Kaiju Simulator Roblox

  1. local frame = Instance.new('Frame')
  2. local main = Instance.new('Frame')
  3. local credits = Instance.new('TextBox')
  4. local loadp = Instance.new('TextButton')
  5. local food = Instance.new('TextButton')
  6. --Properties:
  7. frame.Parent = ScreenGui
  8. frame.Position = UDim2.new(0.450560659, 0, 0, 0)
  9. frame.Style = Enum.FrameStyle.DropShadow
  10. open.Name = 'open'
  11. open.BackgroundColor3 = Color3.new(0, 0, 0)
  12. open.Position = UDim2.new(-0.0624999925, 0, -0.789473712, 0)
  13. open.Font = Enum.Font.SciFi
  14. open.TextColor3 = Color3.new(1, 1, 1)
  15. open.TextWrapped = true
  16. frame.Visible = false
  17. end)
  18. main.Name = 'main'
  19. main.BackgroundColor3 = Color3.new(0, 0, 0)
  20. main.Position = UDim2.new(0.407747209, 0, 0.0823045224, 0)
  21. main.Visible = false
  22. main.Draggable = true
  23. title.Name = 'title'
  24. title.BackgroundColor3 = Color3.new(0, 0, 0)
  25. title.Position = UDim2.new(-0.055555556, 0, -0.0806451589, 0)
  26. title.Font = Enum.Font.SciFi
  27. title.TextColor3 = Color3.new(1, 1, 1)
  28. title.TextSize = 14
  29. credits.Parent = main
  30. credits.Position = UDim2.new(-0.055555556, 0, 1, 0)
  31. credits.Font = Enum.Font.SciFi
  32. credits.TextColor3 = Color3.new(1, 1, 1)
  33. credits.TextSize = 14
  34. savep.Parent = main
  35. savep.Position = UDim2.new(0.0333333351, 0, 0.0645161271, 0)
  36. savep.Font = Enum.Font.Cartoon
  37. savep.TextColor3 = Color3.new(1, 1, 1)
  38. savep.TextSize = 14
  39. savep.MouseButton1Click:connect(function()
  40. asd=game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  41. loadp.Parent = main
  42. loadp.Position = UDim2.new(0.577777803, 0, 0.0645161271, 0)
  43. loadp.Font = Enum.Font.Cartoon
  44. loadp.TextColor3 = Color3.new(1, 1, 1)
  45. loadp.TextSize = 14
  46. loadp.MouseButton1Click:connect(function()
  47. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
  48. end)
  49. speed.Name = 'speed'
  50. speed.BackgroundColor3 = Color3.new(0, 0, 0)
  51. speed.Position = UDim2.new(0.0333333351, 0, 0.606664002, 0)
  52. speed.Font = Enum.Font.Cartoon
  53. speed.TextColor3 = Color3.new(1, 1, 1)
  54. speed.TextSize = 14
  55. speed.MouseButton1Click:connect(function()
  56. dino = 'Barosaurus'
  57. wait(0.5)
  58. end)
  59. food.Name = 'food'
  60. food.BackgroundColor3 = Color3.new(0, 0, 0)
  61. food.Position = UDim2.new(0.577777803, 0, 0.596044064, 0)
  62. food.Font = Enum.Font.Cartoon
  63. food.TextColor3 = Color3.new(1, 1, 1)
  64. food.TextSize = 14
  65. food.MouseButton1Click:connect(function()
  66. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern, 2)
  67. close.Parent = main
  68. close.Position = UDim2.new(1.05555558, 0, -0.0806451589, 0)
  69. close.Font = Enum.Font.SciFi
  70. close.TextColor3 = Color3.new(1, 1, 1)
  71. close.TextSize = 14
  72. close.MouseButton1Click:connect(function()
  73. main.Visible = false
RAW Paste Data
KaijuRoblox

Kaiju Attack Simulator V2 Game