Temateite
(Temateite)
September 13, 2022, 11:34am
#1
You can write your topic however you want, but you need to answer these questions:
What the problem? Hello, this problem is only on computer, when I am on phone I can move the character in all directions. As you can see on the video, on computer when the camera is scriptable and does not move, I can not move the character from left to right and vice versa. I can only move it forward and backward. Do you know if it is possible to fix this? Thanks
Can you send your script?
char limit
Temateite
(Temateite)
September 13, 2022, 2:25pm
#3
Hi, here is the part of the script that you see on the vid
workspace.Plateau.StartCamera.Touched:Connect(function(hit)
if hit.Parent.Name == plr.Name then
workspace.Plateau.StartCamera.CanTouch = false
workspace.Plateau.StopCamera1.CanTouch = true
workspace.Plateau.StopCamera2.CanTouch = true
workspace.Plateau.StopCamera3.CanTouch = true
workspace.Plateau.StopCamera4.CanTouch = true
workspace.Plateau.StopCamera5.CanTouch = true
camera.CameraType = Enum.CameraType.Scriptable
camera.CFrame = workspace.Plateau.CameraPlateau.CFrame
plr.PlayerGui.CanReset.ImageCamera.Visible = true
end
end)
Have you tried testing it in game? Like through the roblox player and see if it is different?
Are you you using ContextActionService or UserInputService for the skateboard controls?
Temateite
(Temateite)
September 13, 2022, 2:44pm
#6
Not yet i’ll try it now to see
Temateite
(Temateite)
September 13, 2022, 2:47pm
#7
No and no ? Why i would use that ?
Temateite
(Temateite)
September 13, 2022, 2:50pm
#8
It doesn’t work unfortunatly, when te camera is fixed like this my character still cannot move right and left on computer
Temateite
(Temateite)
September 13, 2022, 8:09pm
#9
I still don’t find a way to do that … Help thanks
Temateite
(Temateite)
September 14, 2022, 4:06pm
#10
Hello i try to up this question because i still don’t find any way, thank you
Temateite
(Temateite)
September 17, 2022, 2:00pm
#11
Hi still need help________________