Search
 
SCRIPT & CODE EXAMPLE
 

LUA

roblox vector3

part.Position = part.Position + Vector3.new(5, 20, 100)
Comment

vector2 roblox

Vector2.new(100, 100) --this is vector2 btw
Comment

how to make a vector3 roblox

thank u relieved raccoon
Comment

vector3 roblox

local part = workspace.Part
part.Position = part.Position + Vector3.new(5, 20, 100) -- Moves a part by this much
Comment

PREVIOUS NEXT
Code Example
Lua :: check lua version 
Lua :: lua how to add something to a table 
Lua :: roblox table find 
Lua :: lua insert table into table 
Lua :: lua script 
Lua :: lua genetic algorithm 
Lua :: lua comments 
Lua :: how to make everyone on team see name roblox 
Lua :: lua concatenation 
Lua :: random number genarator 
Lua :: how to format a number into hh:mm:ss in lua 
Lua :: pico8 draw sprite 
Lua :: lua how to print NUMBER 
Lua :: get player who clicked clickdetecter roblox 
Lua :: Lua how to comment 
Matlab :: octave disable warning 
Matlab :: display sequence in matlab 
Matlab :: how to set for with 2 increases in matlab 
Basic :: random numbers visual basic 
Basic :: script to add value of 2 coulms of grid and show result in 3rd column 
Elixir :: generate random number elixir 
Elixir :: phoenix ecto query expression 
Scala :: scala match default 
Scala :: How to have scalable images using image view xamarin XML 
Actionscript :: mount_osxfuse: /Users/em/mount_dev: Input/output error 
Excel :: and function in excel 
Perl :: mean data frame columns by group R 
Pascal :: pascal repetition 
Gdscript :: godot check if object is in group 
Abap :: the interface between the abap dictionary and the underlying database management system 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =