كيف تسوي شات يشبه شات روبلوكس في ستوديو لايت
هاذه السكربت في ServerScriptService local ReplicatedStorage = game:GetService("ReplicatedStorage") local sendMessage = ReplicatedStorage:WaitForChild("SendMessage") -- يستقبل الرسالة من لاعب ويعيد إرسالها للجميع sendMessage.OnServerEvent:Connect(function(player, message) if typeof(message) == "string" and message ~= "" then sendMessage:FireAllClients(player.Name .. ": " .. message) end end) وهاذه كذالك في ServerScriptService local ReplicatedStorage = game:GetService("ReplicatedStorage") local sendMessage = ReplicatedStorage:WaitForChild("SendMessage") sendMessage.OnServerEvent:Connect(function(player, msg) -- يرسل لكل اللاعبين sendMessage:FireAllClients(player.Name, msg) -- فقاعة فوق اللاعب local chatBillboard = Instance.new("BillboardGui") chatBillboard.Size = UDim2.new(0,200,0,50) chatBillboard.Adornee = player.Character:WaitForChild("Head") chatBillboard.Parent = player.Character chatBillboard.StudsOffset = Vector3.new(0,3,0) local textLabel = Instance.new("TextLabel") textLabel.Size = UDim2.new(1,0,1,0) textLabel.BackgroundTransparency = 1 textLabel.Text = msg textLabel.Font = Enum.Font.SourceSansBold textLabel.TextSize = 20 textLabel.TextColor3 = Color3.fromRGB(0,0,0) -- تم تغييره للون الأسود textLabel.Parent = chatBillboard -- يحذف الرسالة بعد 8 ثواني game:GetService("Debris"):AddItem(chatBillboard, 8) end) وهاذه لوكال سكربت داخل TextBox local ReplicatedStorage = game:GetService("ReplicatedStorage") local sendMessage = ReplicatedStorage:WaitForChild("SendMessage") local textBox = script.Parent textBox.FocusLost:Connect(function(enterPressed) if enterPressed and textBox.Text ~= "" then sendMessage:FireServer(textBox.Text) textBox.Text = "" -- يمسح النص بعد الإرسال end end) وهاذا الوكال سكربت داخل CustomChat local ReplicatedStorage = game:GetService("ReplicatedStorage") local sendMessage = ReplicatedStorage:WaitForChild("SendMessage") local chatFrame = script.Parent:WaitForChild("Frame"):WaitForChild("ScrollingFrame") local template = chatFrame:WaitForChild("TextLabel") sendMessage.OnClientEvent:Connect(function(message) local newMsg = template:Clone() newMsg.Text = message newMsg.Visible = true newMsg.Parent = chatFrame end)

كيف تنشر مابك في ستوديو لايت ( Api-key ) 😃

Roblox actually did it.

Door Guy Tutorials! Linglox Area: The WIP area (Part 2/2)

🔥👨💻كيف تسوي ماب باركور في أقل من اسبوع|🎮ستوديو لايت🎮|شرح سهل👩💻🔥

ASMR Addictive Fast Tapping Collection For Deep Sleep & Anxiety Relief (No Talking) — 2.5 Hours

تلاوة القرآن للدراسة والتركيز 📚🕛 | راحة وطمأنينة | Peaceful Focus Quran | محمد هشام

كيف تسوي لما صاحب الماب يدخل تطلع رسالة لجميع اللاعبين في استوديو لايت

يوتيوبرز صورو لحظاتهم الأخيرة!! (صدمة)

Animation vs. Coding

Roblox Games That ACTUALLY Give FREE ROBUX!!

The Nonchalant Elevator Collab (60+ Animators)

I Broke 1,000 Rules In Roblox..

شرح ادمن كيف تعدل و تضيف رانكات في ستوديو لايت 🔥

جربت تطبيقات تعطي روبوكس مجاني! 💸 .. حقيقة ام كذب؟ 🤔

اسوء خمس مواقف في حياتي part2

Destroying A World That Doesn't Exist

I Bought 100 DRAGON BREATHS in Grow a Garden 2..

If You Build It, I'll Buy It!

تعلم برمجة مابات روبلوكس #1 - المقدمة و تحميل الستوديو

