#local Players = game:GetService("Players")Players.PlayerAdded:Connect(function(player)player.Cha
1 messages · Page 1 of 1 (latest)
local Players = game:GetService("Players")
Players.PlayerAdded:Connect(function(player)
player.Chatted:Connect(function(message)
-- Check if the message starts with !handto
if message:lower():sub(1, 8) == "!handto " then
local targetName = message:sub(9) -- Get the target player's name
OOhh. i said i can do it ?
it looks like you're using chatgpt to generate codes and copy paste
Yes its that a guys said i can do it ?
elaborate
a small portion of code doesn't let me determine if its a good code
Learn it, theres a documentation of all things in the roblox studio
tutorials in youtube
Learn the basics first
You tube tutorials theres loads on them