Angel is a Superior Element and Fusion Element in Elemental Battlegrounds. Its color palette consists of shining white, gold and tiny amounts of blue. Its medal depicts an angel with wings and a halo. Angel is currently the most expensive Element in the game. It has a wide range of utility in both power and support, with sharp mobility as well, making this element a deadly and brutally. Tower Defense Simulator Towers. All Star TD Units. Blox Piece Demon Fruits. Roblox Flicker characters tier list (as of July 3rd 2020).
Oct 28th, 2017
Never
Angels Vs Demons Simulator Codes
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Angels Vs Demons Simulator Script
- local LevisTitanSimulatorGUiv2 = Instance.new('ScreenGui')
- local ImageLabel = Instance.new('ImageLabel')
- local BringPlayersButton = Instance.new('TextButton')
- local SpamPunchButton = Instance.new('TextButton')
- local BringOrbsButton = Instance.new('TextButton')
- local GlossEffect = Instance.new('ImageLabel')
- LevisTitanSimulatorGUiv2.Name = 'LevisTitanSimulatorGUiv2'
- LevisTitanSimulatorGUiv2.Parent = game.Players.LocalPlayer.PlayerGui
- TextLabel.Parent = LevisTitanSimulatorGUiv2
- TextLabel.BackgroundColor3 = Color3.new(0, 1, 1)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.5, -150, 0.5, -50)
- TextLabel.Font = Enum.Font.Arial
- TextLabel.Text = 'Titan Simulator GUI v2'
- TextLabel.TextSize = 18
- ImageLabel.Parent = TextLabel
- ImageLabel.Size = UDim2.new(1, 0, 0.5, 0)
- ImageLabel.Image = 'rbxasset://textures/BWGradient.png'
- MainFrame.Parent = TextLabel
- MainFrame.BackgroundTransparency = 0.30000001192093
- MainFrame.Position = UDim2.new(0, 0, 0, 20)
- BringPlayersButton.Parent = MainFrame
- BringPlayersButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- BringPlayersButton.BackgroundTransparency = 0.60000002384186
- BringPlayersButton.Size = UDim2.new(1, 0, 0.330000013, 0)
- BringPlayersButton.FontSize = Enum.FontSize.Size14
- BringPlayersButton.Text = 'Bring bodies to you (kill for Power)'
- BringPlayersButton.TextColor3 = Color3.new(1, 1, 1)
- SpamPunchButton.Parent = MainFrame
- SpamPunchButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- SpamPunchButton.BackgroundTransparency = 0.60000002384186
- SpamPunchButton.Position = UDim2.new(0, 0, 0.330000013, 0)
- SpamPunchButton.Size = UDim2.new(1, 0, 0.330000013, 0)
- SpamPunchButton.FontSize = Enum.FontSize.Size14
- SpamPunchButton.TextColor3 = Color3.new(1, 1, 1)
- BringOrbsButton.Parent = MainFrame
- BringOrbsButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- BringOrbsButton.BackgroundTransparency = 0.60000002384186
- BringOrbsButton.Position = UDim2.new(0, 0, 0.660000026, 0)
- BringOrbsButton.Size = UDim2.new(1, 0, 0.330000013, 0)
- BringOrbsButton.FontSize = Enum.FontSize.Size14
- BringOrbsButton.Text = 'Bring Orbs to you (by xFunnieuss Fixed by fixed by bat - exploits)'
- BringOrbsButton.TextSize = 14
- CloseButton.Name = 'CloseButton'
- CloseButton.BackgroundColor3 = Color3.new(1, 0, 0)
- CloseButton.BorderSizePixel = 0
- CloseButton.Size = UDim2.new(0, 20, 0, 20)
- CloseButton.FontSize = Enum.FontSize.Size18
- CloseButton.TextColor3 = Color3.new(1, 1, 1)
- GlossEffect.Parent = CloseButton
- GlossEffect.Size = UDim2.new(1, 0, 0.5, 0)
- GlossEffect.Image = 'rbxasset://textures/BWGradient.png'
- LevisTitanSimulatorGUiv2:remove()
- SpamPunchButton.MouseButton1Down:connect(function()
- local Punch = game.Players.LocalPlayer.Backpack.Punch
- Punch.Parent = game.Players.LocalPlayer.Character
- game.Players.LocalPlayer.Character.Punch:Activate()
- game.Players.LocalPlayer.Character.Punch:Activate()
- local PunchTwo = game.Players.LocalPlayer.Character.Punch
- PunchTwo.Parent = game.Players.LocalPlayer.Backpack
- end)
- BringPlayersButton.MouseButton1Down:connect(function()
- local children = model:GetChildren()
- if children[i] ~= nil then
- children[i].Character.UpperTorso.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- game.Players.LocalPlayer.Character.UpperTorso.Anchored = false
- game.Players.LocalPlayer.Character.UpperTorso.CFrame = children[i].Character.UpperTorso.CFrame
- end
- BringOrbsButton.MouseButton1Down:connect(function()
- for i,v in pairs(game.Workspace:GetChildren()) do
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end)