Search
 
SCRIPT & CODE EXAMPLE
 

LUA

how to make a part rotate roblox

local part = game.Workspace.Part

while true do wait(1)
	part.CFrame = CFrame.Angles(0,math.rad(5),0)
end
Comment

PREVIOUS NEXT
Code Example
Lua :: user input lua 
Lua :: luau how to make a kill brick 
Lua :: roblox what is the difference between __index and __newindex 
Lua :: lua integer to string 
Lua :: roblox tween color part 
Lua :: roblox loop all players 
Lua :: lua hello world 
Lua :: roblox how to find something in table 
Lua :: rotate object roblox 
Lua :: lua add table to value 
Lua :: error: LINK : fatal error LNK1561: entry point must be defined 
Lua :: what does local mean in roblox 
Lua :: lua indexof 
Lua :: lua tables 
Lua :: lua table to json 
Lua :: check if child is touched roblox 
Lua :: svelte template 
Lua :: what is lua programming language 
Lua :: pico8 poke 
Lua :: roblox part touched 
Matlab :: find duplicates in matlab arrauy 
Matlab :: octave wait 
Matlab :: save table matlab 
Basic :: Detailview with form mixing 
Elixir :: elixir guard 
Elixir :: elixir format code 
Scala :: scala read lines from file 
Scala :: scala linters 
Excel :: excel hyperlink reference not updating when inserting rows 
Perl :: perl add to hash 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =