You can learn and play on roblox |
Roblox is more than just a social space where people have fun playing various games or entering learning environments. There's so much that you can explore in this metaverse called Roblox. I'm excited to be learning with the platform!! At times i feel a bit overwhelmed with all the information that i would like to learn. So i'm making tutorials along the way to help me study and promote the freedoms of #AllThingsGaming!!
Im a bit nervous about making video tutorials aka vlogs, but looking forward to putting in 2 to 4 hours of fun work building my skills with game development!! Love that my grandchildren introduced me and teaches as much as im teaching them with roblox.
You can actually get some great yoga sessions on Roblox also with AlomovesIm looking forward to introducing how to build your world and games on roblox. Roblox is a free open source platform that promotes fun quality learning and game development!! My grandson loves the math obby games: https://www.roblox.com/games/2686040248/Math-Obby
We also have great quality family time with Roblox. We are learning from the Roblox Developers Hub how to build obbies!! We also search and watch YouTube videos on different skills for building with Roblox. I love learning LUA the programming language for Roblox. If you are familiar with C# than you can LUA program easily!!
Here is a script for making a part disappear:
local platform = script.Parent
local function disappear()
platform.CanCollide = false
platform.Transparency = 1
end
local function appear()
platform.CanCollide = true
platform.Transparency = 0
end
while true do
wait(3)
disappear()
wait(3)
appear()
end
I'm offering $10/hr workshops exploring all things gaming. we will learn game development, monetizing in the game and various platforms. i can be reached at 215.381.7350
No comments:
Post a Comment