|
| 02 Sep 2015 06:08 AM |
Hey guys I just want you guys to check out my 2.5D game! Tell me what you think!
http://www.roblox.com/games/292476617/2-5D-Camera-Demo
I might make this into a game someday so just leave your comments below! :D |
|
|
| Report Abuse |
|
|
|
| 02 Sep 2015 06:09 AM |
What is a 2.5D game? I've always wondered
Ratatat is life |
|
|
| Report Abuse |
|
|
|
| 02 Sep 2015 06:13 AM |
Its a 3D world game that is made to be played in 2D.
If that makes any sense. |
|
|
| Report Abuse |
|
|
|
| 02 Sep 2015 06:14 AM |
oOOOOOOOOOOOOOOOooooohhhhhHHHHHHHHHHHHhhhh
That makes sense
Ratatat is life |
|
|
| Report Abuse |
|
|
iPhynx
|
  |
| Joined: 25 Jul 2011 |
| Total Posts: 3271 |
|
|
| 02 Sep 2015 06:23 AM |
| Reminds me of that stickman game... Stick RPG 2. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 02 Sep 2015 08:08 AM |
Im thinking about making this into a game but idk what the game would be.
I NEED SUGGESTIONS! |
|
|
| Report Abuse |
|
|
|
| 02 Sep 2015 08:17 AM |
| it's okay, nothing really special. |
|
|
| Report Abuse |
|
|
| |
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
|
| 02 Sep 2015 08:27 AM |
Why would you need the source?
1. Really low FoV 2. camera.CoordinateFrame = CFrame.new(torso.Position + Vector3.new(100, 100, 100)) on a loop or something. |
|
|
| Report Abuse |
|
|
|
| 02 Sep 2015 09:22 AM |
Just listen to that ^ and you will be on your way.
Im not giving the source out though. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 02 Sep 2015 11:21 AM |
--in starterscripts
local plr = game.Players.LocalPlayer repeat wait() until plr local cam = workspace.CurrentCamera cam.CameraType = "Scriptable" cam.FieldOfView = 30 game:GetService("RunService"):BindToRenderStep("Camera",1,function() if plr.Character then local tors = plr.Character:WaitForChild("Torso").CFrame.p cam.CoordinateFrame = CFrame.new(CFrame.new(tors)*CFrame.new(50,50,50).p,tors) end end) |
|
|
| Report Abuse |
|
|
|
| 02 Sep 2015 11:35 AM |
i made mine differently than that but it works
my FoV is set to 10 and the distance is about 150
|
|
|
| Report Abuse |
|
|