Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

change a color on touch roblox

1	script.Parent.Touched:Connect(function() --When the part is touched
2	    script.Parent.Color = Color3.new(255/255,0/255,0/255) --Change the parts color
3	end)
Comment

PREVIOUS NEXT
Code Example
Python :: symmetrical sum 
Python :: index in the pool python 
Python :: how to make colab reload on form change 
Python :: read mouse log python 
Python :: limpar idle python 
Python :: Missing data counts and percentage 
Python :: sklearn grid search cross validation show progress 
Python :: pandas turn column of list into binary 
Python :: assert keyword in python 
Python :: Python Pandas export Dataframe to csv File 
Python :: python function as argument 
Python :: unlimited arguments 
Python :: resize qpushbutton pyqt 
Python :: django base path on level up 
Python :: python list comprehension nested loop 
Python :: pd merge_asof 
Python :: Prints all integers of a list 
Python :: cmap perlin noise python 
Python :: convert pdf to excel python 
Python :: how to append to an empty dataframe pandas 
Python :: python get chars among quotation marks 
Python :: pandas fillna with mode 
Python :: python socket github 
Python :: get value of property of object with name python 
Python :: use rclone on colab 
Python :: better way to see full csv in jupyter notebook 
Python :: sort np list of string 
Python :: python square 
Python :: from Player import Player 
Python :: least recently used cache 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =