local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
local Camera = workspace.Camera
local UserInputService = game:GetService("UserInputService")
local WNumber = 10
UserInputService.InputBegan:Connect(function(InputBegan)
if InputBegan.KeyCode == Enum.KeyCode.W then
Camera.CFrame = Camera.CFrame.LookVector * WNumber
end
end)
Please Can Someone help (IM NOT USING BODYMOVER TO STOP HACKER!)
Maybe change the title to something like “trying to make a fly script using body movers” would be better than “why is this not working” since everybody and their dog seems to be using that very vague title lately.
My issue is that I see the title “Please fix this” or “Why is this not working” so often and many times I just pass by it without even clicking on it. It’s like just saying “Help” and expecting everyone to click on it.
If you are more specific in the title then someone reading the list of titles may think “Oh, I know this subject and can help this person out”.
I am just trying to assist you in getting a better response to your title. If you don’t want to listen that’s fine, but as I’ve stated a more clear title will get you more help.
Also, why do you need two posts about the same subject?
That doesn’t seem to be the problem here. That would’ve given an unary error if it was invalid, but since it isn’t that would only result in the math being wrong, not an error.