Search
 
SCRIPT & CODE EXAMPLE
 

LUA

Tool script example for lua

local Tool = script.Parent --Put This Script "INSIDE" Your Tool 

Tool.Activated:Connect(function()
	print("You Clicked Me")
end)

Tool.Deactivated:Connect(function()
	print("The Tool Got UnEquiped : D")
end)

Tool.Equipped:Connect(function()
	print("Thanks For Equiping me!")
end) --Officially Made By Rigby#9052 on Discord
Comment

PREVIOUS NEXT
Code Example
Lua :: how to stop code roblo 
Lua :: roblox hotkey script 
Lua :: shift to sprint 
Lua :: roblox lua get game place id 
Lua :: FiveM Lua How to create table of all online player id 
Lua :: draw circle love2d 
Lua :: svelte template vite 
Lua :: lua substring | get char from from index 
Lua :: pico8 draw dot 
Lua :: awesomewm wibar configuration transparent 
Lua :: how to add a damage decimal in roblox studio 
Lua :: lua add to table 
Lua :: how to activate a command if someone wears a accessory in lua roblox 
Matlab :: find duplicates in matlab arrauy 
Matlab :: matlab 
Matlab :: matlab find roots of symbolic polynomial 
Basic :: how to make vbs error message box 
Basic :: what to include in basic C 
Basic :: visual basic how to dynamically change a button to bold 
Elixir :: phoenix system get env 
Elixir :: liveview component 
Scala :: scala empty list 
Scala :: scala multiline string 
Excel :: google sheets select first n matches 
Excel :: Time and date maths in Excel 
Perl :: Perl (perl 5.28.1) sample 
Pascal :: begin in pascal 
Gdscript :: godot close game 
Abap :: adobre forms abap tcode 
Assembly :: javafx observable collection 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =