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

Make the camera taller? [closed]

Asked by
clrik 8
6 years ago
Edited 6 years ago

Is their a way to make a Roblox character look taller by making the camera higher?

Example:

local stuff = workspace.CurrentCamera
local crap = game.Players.LocalPlayer

--- I don't know how this crap works, so I'd leave it to the professionals ;-;

If you can help me, I would have much appreciation, and yes...I am not so good at Lua Scripting ;(

0
so, basically, you just want the camera to be lower than it is? ax_gold 360 — 6y
0
no higher. clrik 8 — 6y
0
this isn't a request site.. brokenVectors 525 — 6y
0
Creating a new part and putting it above the player, then setting the CameraSubject to it? TheeDeathCaster 2368 — 6y

Closed as Not Constructive by TheeDeathCaster, User#20388, Le_Teapots, Troidit, and RayCurse

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

Ok, so first of all, what the heck do you mean by taller? Like is it first person, third person? Can't you just simply change the CameraMaxZoomDistance and CameraMinZoomDistance? I will show you these the method. Please describe your question with details.

-- Declaration Section 

local player = game:GetService("Players").LocalPlayer

-- Output Section 

player.CameraMinZoomDistance = 1
player.CameraMaxZoomDistance = 6

. ??? Is this what you want?

Also for future, this is not a request site. More of a helping site. If this answer helped, mark it as answered

Ad