What did you use for the animating texture, worldmodel?
I think he used a Texture and changed the offset frequently, creating a gif effect.
Oh you can change the offset of a texture ??
Since when actually?
Here is an Announcement, it’s not a new feature at all:
An example of it’s use:
Its so much better! Some improvements are available yes, but its just very good for roblox!
also no idea why there are circles on the roof!
https://gyazo.com/8edd3fc6f7484cf2f68ad313555b0626
https://gyazo.com/515a06dfd270e9a8ba2cb01897995897
I have been working on weapons and am thinking about different ways to incorporate them into the game. Here is a sneak peek of the new spell “Earth Wall” as well a little look at the combat in its current stage.
Let me know what you guys think!
I have got this shop up and running (thanks to Powerbuby for designing the UI)
Looks great! Somehow, it reminds me of the house the small people live in from “in the night gardens”
you’d be better off putting the textures in a table before doing the loops
Textures = {}
for a,v in pairs(script.Parent:GetChildren())do
if v:IsA ("Texture") then
table.insert(Textures,v)
end
end
while wait() do
for a,v in pairs(Textures)do
v.OffsetStudsU = v.OffsetStudsU +(0.01) % 350
end
end
also, for the love of the optimization gods make sure you’re running that locally, with a condition to turn it off if the other player is far away from your camera.
took unecessary hours to build something that is so tiny, I built the tweening Ui already and went back to deving
Don’t you just love how there is almost no limit to what people create on roblox, this is amazing, nice job!
Wow- If you asked me if that was Roblox I would say no.
Posted a while back of my original arena, but I improved it a lot.
Pretty much a lot of color changes to the trees, materials, and added better lighting and more nature.
Apparently Future Lighting mode is shipped? (i found it in normal studio…)
The future is very bright!
I’ve also been working on removing the old grid buildings, and replacing them with proper ones. Going for a kinda… cyberpunk Detroit. with a lot of inspiration from Deus Ex: Human Revolution
And… you know, a grappling hook!