Advertisement
NiceBBMBThai

กงจักร Roblox แชท

Jun 27th, 2020 (edited)
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. local swastika = Instance.new("ScreenGui")
  2. swastika.Parent = game.Players.LocalPlayer.PlayerGui
  3. swastika.ResetOnSpawn = false
  4.  
  5. local main = Instance.new("Frame")
  6. main.Draggable = true
  7. main.Selectable = true
  8. main.BackgroundColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  9. main.BorderSizePixel = 0
  10. main.Position = UDim2.new(0.771675467, 0, 0.793000102, 0)
  11. main.Size = UDim2.new(0, 124, 0, 86)
  12. main.Parent = swastika
  13.  
  14. local laugh = Instance.new("TextButton")
  15. laugh.Active = true
  16. laugh.BackgroundColor3 = Color3.new(0.741176, 0.741176, 0.741176)
  17. laugh.BorderColor3 = Color3.new(0.619608, 0.619608, 0.619608)
  18. laugh.BorderSizePixel = 5
  19. laugh.Position = UDim2.new(0.209677413, 0, 0.0818604827, 0)
  20. laugh.Selectable = true
  21. laugh.Size = UDim2.new(0, 71, 0, 71)
  22. laugh.Style = Enum.ButtonStyle.Custom
  23. laugh.Font = Enum.Font.Code
  24. laugh.FontSize = Enum.FontSize.Size14
  25. laugh.Text = "Kongchak Chat Emoji C.NBT"
  26. laugh.TextColor3 = Color3.new(0, 0, 0)
  27. laugh.TextScaled = true
  28. laugh.TextWrapped = true
  29. laugh.Parent = main
  30.  
  31. laugh.MouseButton1Click:Connect(function()
  32. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🔴⚪🔴🔴⚪⚪⚪⚪🔴", "All")
  33. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🔴⚪🔴🔴⚪🔴🔴🔴🔴", "All")
  34. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🔴⚪🔴🔴⚪🔴🔴🔴🔴", "All")
  35. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🔴⚪⚪⚪⚪⚪⚪⚪🔴", "All")
  36. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🔴🔴🔴🔴⚪🔴🔴⚪🔴", "All")
  37. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🔴🔴🔴🔴⚪🔴🔴⚪🔴", "All")
  38. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🔴⚪⚪⚪⚪🔴🔴⚪🔴", "All")
  39. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement