Im really pleased. You made my game development much easier!
Thank you I can now making my survival game more realistic thank you!!!!
I don't really understand the programming language that Roblox Studio uses but I'll drop a sub and like so I can learn some more of this. π
Cool thanks I'm creating horror game
this video need more likes
Thanks! my game is better now
Thank you
thank you man
What i did for my version of first person is i just changed my head so its transparent using localtransparencymodifier and also changed the torso to be semi-transparent too. On zoom-out i just revert the changes.
I never knew there were properties in starterplayer ahaha
local player = game. Players.LocalPlayer local char = player.Character local RunService = game:GetService("RunService") char.Humanoid.CameraOffset = Vector3.new(0, 0, -1) for i, v in pairs(char:GetChildren()) do if v:IsA("BasePart") and v. Name ~= "Head" then v:GetPropertyChangedSignal("Local Transparency Modifier"):Connect(function() v. Local TransparencyModifier = v. Transparency end) v.Local TransparencyModifier = v. Transparency end end RunService. RenderStepped:Connect (function(ste p) local ray = Ray.new(char.Head. Position, ((char.Head.CFrame + char.Head.CFrame. LookVector * 2) - char.Head. Position). Position. Unit) local ignoreList = char:GetChildren() local hit, pos =game. Workspace:FindPartOnRayWithIgnoreList(ra y, ignoreList) if hit then char.Humanoid.CameraOffset = Vector3.new(0, 0, -(char.Head. Position - pos).magnitude) else char.Humanoid.CameraOffset = Vector3.new(0, 0,-1) end end)
Properties don't show when i click for me can you make a turtorial about how to get it
What if u donβt see the bottom part?
Body dosent show
Idk what I did wrong, did not work in my game
can you help me i cant see the bottom thing when i click starter player like i cant click cameramode
dude can you like teach us how to write the code and not just copy paste like a dummy
So many errors π’π’π’
Dodnt work
@DMiner_rbx