#Fireball ability

16 messages · Page 1 of 1 (latest)

strong ledge
#

thanks! gonna check it out

#

ok

strong ledge
#

in the video, the line fireball.CFrame = CFrame.new(fireball.Position) + mouseHit.LookVector * dt * 60 is an error
whole chunk of code:

local connection
    connection = runService.Heartbeat:Connect(function(dt)
        fireball.CFrame = CFrame.new(fireball.Position) + mouseHit.LookVector * dt * 60
    end)

error: LookVector is not a valid member for Vector3

#

ok

#

same output

silver ember
#

studio** You are now Level 1! **studio

strong ledge
#

ok

#

alr

#

still the same output

#

it says its not a part of vector3

#

so i dont think it will work-

#

this is confusing

#

ok nvm i fixed it :D

strong ledge
#

the fireball works but it doesnt go at the location the mouse is pointing towards