I wish u can add crosshair there
Alright, thanks! It is supposed to be a deformed horror face with the eyes out of their sockets
Not much visually going on, but completely overhauled my code today. More orienting of objects. Preparing to my movement code to be usable by the enemies…
Oh, and I suppose I updated this guy to my custom rig, loaded as a skinned mesh, tested some animations, and got that texture working. Old, meet new, and GOODBYE R15!
Just started working on the interior. Also, so far the house is only 1,500 tris so far. The Performant Builder plugin is a free FPS booster.
Recently did a retexture of the Dominus Astra as practice, I think it turned out pretty well.
More renders + comparison image on the twitter thread
I made a tiny lil SB script that lets you sit on people’s heads.
This is why I got into scripting in the first place. Tiny things like this that I can script in real-time brings me great joy.
probably won’t use this for anything else so feel free to do whatever u want with it
local Player = game.Players.ToldFable
local Char = Player.Character
tool=Instance.new("Tool")
tool.Name="stick"
handle = Instance.new("Part")
handle.Name="Handle"
handle.Parent=tool
e=handle.Touched:Connect(function(touched)
if touched.Parent ~=Char then
print("Sticking to ",touched.Parent.Name)
tool:Destroy()
for i,v in ipairs(Char:GetDescendants()) do
if v:IsA("BasePart") then
v.Massless = true
end
end
e:Disconnect() wait(3) print"Stuck!"
Char.Humanoid.Sit=true
Char.PrimaryPart.CFrame*=CFrame.new(0,-1,0)
_G.w=Instance.new("WeldConstraint")
_G.w.Part0=touched.Parent.PrimaryPart
_G.w.Part1=Char.PrimaryPart
_G.w.Parent=Char.PrimaryPart
end
end)
tool.Parent=Player.Backpack
Currently working on a Zombie survival game called Infection Box.
Survival inside a big box for 160 seconds.
- This is my first game i have scripted on my own with the help of devforum,wiki and youtube.
https://www.roblox.com/games/3643879248/Infection-Box-Alpha-v-0-5
Yo nice…that’s so cool
I got lazy making the controls.
Not looking for feedback.
(Made with 3DS max)
Poly: 177
Vert: 180
Working on a new group Called The Federal Agency of Robloxia.
We moderate, deal with scammers, toxic players and ect peacefully along with proper training protocols and grammar. Along with a agency academy.
This game looks unreal. It looks like it’s from the times after of the industrial revolution. Maybe a roleplaying game from these times?
You messed up with the lines in the tunnel. They are missaligned.