Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I finish this unfinished string? (How do I fix the string before "98"?)

Asked by 10 years ago
fireball.Velocity=head.CFrame.lookVector'98
0
I need to know this for my dragon. smashfighter2 0 — 10y
0
Please answer. smashfighter2 0 — 10y

2 answers

Log in to vote
0
Answered by
Azarth 3141 Moderation Voter Community Moderator
10 years ago

fireball.Velocity = head.CFrame.lookVector * 98

Ad
Log in to vote
0
Answered by
IcyEvil 260 Moderation Voter
10 years ago
fireball=Instance.new("Part", game.Workspace)
fireball.BrickColor=BrickColor.new("Really Red") -- Brick Color inside.
head = game.Workspace.head
fireball.Velocity=head.CFrame.lookVector*98

It works but, The way it works is weird... Try it, if it dont work tell me what you wanted from it and Ill try my best.

0
Also take whatever you DONT want in, out. IcyEvil 260 — 10y

Answer this question