#Q & E to change camera offset, need help.

9 messages · Page 1 of 1 (latest)

ivory wing
#

I've tried using this


key.InputBegan:Connect(function(input)
    if input.KeyCode == Enum.KeyCode.Space then
        print("test")
    end
end)```
#

but didn't work

#

I want it so on "Q" Key press it changes the cameraoffset to (-1.5, 0, 0)

#

and then E reverts it back

#

or is there a better way than using rays

ivory wing
#

already rewrote it and solved issue but thanks

#

im good

full jewel
ivory wing