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

Making a left side step ????? [closed]

Asked by 8 years ago

i have asked this question multiple times so i am putting it in simplest words how do i make a Function That Makes a side step that goes left Here ill event start you all out :

player = game:GetService("Players").LocalPlayer Player = script.Parent.Parent char = player.Character mouse = player:GetMouse()

mouse.KeyDown:connect(function(key)key = key:lower() if key == "e" then as = Instance.new("BodyForce",char.Torso) as.Force = YOUR TURN HERE end end)

0
plz fix your formatting koolkid8099 705 — 8y

Marked as Duplicate by YellowoTide and User#5978

This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 8 years ago

Hi there!

Unfortunately, this is not a request site and we're not here to write your code for you. We would be happy to help you if you had tried to write the script and you had an error.

However, you can start learning how to script at wiki.roblox.com

Have a nice day. ;)

Ad