
2.7k Views
Description
shoots fireballs with press the key 3!
Comments
5

Offline
Nooby 2 years ago - Edited
ill add buttons for mobile and when i do ill put a link to it
Offline
Drixpy 2 years ago - Edited
fe?
Offline
Nooby 2 years ago - Edited
nope
Offline
giggler 2 years ago - Edited
use this in that therapy game / also it works really well!
Offline
LunarScripts 1 year ago - Edited
FE Version
local Players = game:GetService("Players")
local UserInputService = game:GetService("UserInputService")
local player = Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
-- Fireball configuration
local FIREBALL_SPEED = 70
local EXPLOSION_RADIUS = 10
local DAMAGE = 40
local COOLDOWN = 0
local canShoot = true
-- Function to create a fireball
local function createFireball()
local fireball = Instance.new("Part")
fireball.Name = "Fireball"
fireball.Size = Vector3.new(2, 2, 2)
fireball.Shape = Enum.PartType.Ball
fireball.Material = Enum.Material.Neon
fireball.BrickColor = BrickColor.new("Really red")
fireball.CanCollide = false
local fire = Instance.new("Fire")
fire.Heat = 25
fire.Size = 5
fire.Parent = fireball
local light = Instance.new("PointLight")
light.Color = Color3.fromRGB(255, 100, 0)
light.Range = 10
light.Brightness = 2
light.Parent = fireball
return fireball
end
-- Function to create an explosion
local function createExplosion(position)
local explosion = Instance.new("Explosion")
explosion.Position = position
explosion.BlastRadius = EXPLOSION_RADIUS
explosion.BlastPressure = 500000
explosion.DestroyJointRadiusPercent = 0
explosion.Parent = work*e
end
-- Function to shoot a fireball
local function shootFireball()
if not canShoot then return end
canShoot = false
local fireball = createFireball()
fireball.CFrame = humanoidRootPart.CFrame * CFrame.new(0, 0, -2)
fireball.Parent = work*e
local direction = humanoidRootPart.CFrame.LookVector
local bodyVelocity = Instance.new("BodyVelocity")
body
![[๐ RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
