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

How to create blocks behind a player?

Asked by
zub74 0
9 years ago

Just as the question says. I was looking into the Tron Bike and it seems to glitch a bit, so I was wondering of any other ways, preferably more simple.

0
You can create blocks behind a player by using a 'while' loop that creates a part and spawns it behind every few seconds. Redbullusa 1580 — 9y
0
Welding is probably the best way. jakedies 315 — 9y
0
Read the question again, cnt. @OP; what is the code to create the blocks from the Tron bike? We can't fix code we can't see. adark 5487 — 9y
0
Yeah, sorry I don't know what the tron bike is. jakedies 315 — 9y

1 answer

Log in to vote
0
Answered by 9 years ago

For example:

part=Instance.new('Part',workspace) part.CFrame=CHARACTER.Torso.CFrame *CFrame.new(0,0,-10)

You might need to edit the numbers, sorry im a little rusty.

0
-10 there would actually be forward (as +Z is backwards axis on roblox) jakedies 315 — 9y
Ad

Answer this question