HOW TO SCRIPT A ROTATING PART IN ROBLOX STUDIO!?
Описание
SO what is a Cframe?
CFrame, short for the coordinate frame, is a data type that describes a 3D position and orientation. It is made up of a positional component and a rotational component. It includes essential arithmetic operations for working with 3D data on Roblox.
A CFrame , short for Coordinate Frame, is a data type used to rotate and position 3D objects. As either an object property or a standalone unit, a CFrame contains global X, Y, and Z coordinates as well as rotation data for each axis.
Roblox Studio
Studio is the building tool of Roblox that helps you to create the places of your dreams. It provides our Developers with a more comprehensive and intricate set of tools, which allows for a greater sense of control and creative expression.
Roblox Studio's features are accessible to a variety of skill levels ranging from a novice to an experienced programmer. Tools range from simple manipulation of objects or terrain, to entering complex scripts and game functions. Studio also allows you to test your games in an isolated environment before uploading them to the Roblox website.
Here is the script for the Cframe:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
while true do
script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0.0,0.0,0.05) * CFrame.new(0, 0, 0)
wait(0.001)
end
Click this link to check out more:
https://developer.roblox.com/en-us/api-reference/datatype/CFrame
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Click this link to join my discord server:
https://discord.gg/AyESWTUbjp
Website:
https://sites.google.com/view/scriptingtutorial-sashscripts/home?authuser=0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Open/close door in roblox studio:
https://www.youtube.com/watch?v=QO8e52oJLNE
What is debounce in Roblox studio:
https://www.youtube.com/watch?v=TyUl6UwGyuI
How to make a flickering light in roblox studio:
https://www.youtube.com/watch?v=i0Vh0Pd-sjg
union tutorial:
https://www.youtube.com/watch?v=l8ZmKzsOkb4
How to make custom gear in Roblox studio:
https://www.youtube.com/watch?v=kWGE-0pallg
How to create your own dialogue in roblox studio:
https://www.youtube.com/watch?v=O_MvtxQvb6Q
How to make conveyor belt in Roblox studio:
https://www.youtube.com/watch?v=KcsC7oUtrss
How to change brick colour using the script:
https://www.youtube.com/watch?v=jhBeTVzgtuk&t=21s
How to use variables in Roblox studio:
https://www.youtube.com/watch?v=7y2xD5uJfDA&t=15s
How to make open/close GUI (the easy way):
https://www.youtube.com/watch?v=Oblotcx3gaM&t=4s
DISCORD DISCORD DISCORD LINK: https://discord.gg/bhY64cTrYS
Thank you so much for watching!!!!!!
Hope you guys enjoy it!!
Рекомендуемые видео

















