local char = game.Players.LocalPlayer.Character
game.Players.LocalPlayer.Character.Head.Touched:connect(function(otherPart)
--print(otherPart)
local maybethingyourlookingfor = otherPart //replace thingyourlookingfor with the object
local name = https://maybethingyourlookingfor.name/ //replace thingyourlookingfor with the object
if name == "door" then //replace door with the object
5:20 PM
funni client sided touch event
funni client sided touch event, this is mainly used for stuff like: having more then 1 object with the same name do the same thing
0 comments