These beautiful designer hat ID’s and Codes can be used for many popular roblox games such as roblox RHS that allow you to customize your character. It should be noted that the hat accessories code list contains both girl and boy. Simply pick and choose the ones that you like. All the hat related accessories can be viewed easily on the table. Read char codes from the story ROBLOX IDS by Ericka022318 (Ericka Terry) with 66,229 reads. Games, clothes, ids.
Mar 21st, 2020
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- --Enjoy!
- local mainframe = Instance.new('Frame')
- local CommandBar = Instance.new('TextButton')
- local DexExplorer = Instance.new('TextButton')
- local DoubleTailVisualizer = Instance.new('TextButton')
- local close = Instance.new('TextButton')
- --Properties:
- main.Name = 'main'
- main.Parent = game.Players.LocalPlayer:WaitForChild('PlayerGui')
- main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- local UserInputService = game:GetService('UserInputService')
- local gui = mainframe
- local dragging
- local dragStart
- local delta = input.Position - dragStart
- gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- if input.UserInputType Enum.UserInputType.MouseButton1 or input.UserInputType Enum.UserInputType.Touch then
- dragStart = input.Position
- if input.UserInputState Enum.UserInputState.End then
- end
- end
- if input.UserInputType Enum.UserInputType.MouseMovement or input.UserInputType Enum.UserInputType.Touch then
- end
- UserInputService.InputChanged:Connect(function(input)
- update(input)
- end)
- mainframe.Name = 'mainframe'
- mainframe.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- mainframe.Position = UDim2.new(0.532334387, 0, 0.69367373, 0)
- TopLabel.Parent = mainframe
- TopLabel.BackgroundColor3 = Color3.fromRGB(6, 6, 6)
- TopLabel.Font = Enum.Font.SourceSans
- TopLabel.Text = 'Sans FE Gui has loaded. Enjoy! Made by GlitchedEntity#8673'
- TopLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- CommandBar.Parent = mainframe
- CommandBar.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- CommandBar.Position = UDim2.new(0, 0, 0.208737865, 0)
- CommandBar.Font = Enum.Font.SourceSans
- CommandBar.TextColor3 = Color3.fromRGB(255, 255, 255)
- CommandBar.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/NN5P4nQE'),true))()
- InfiniteYield.Parent = mainframe
- InfiniteYield.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- InfiniteYield.Position = UDim2.new(0.679197967, 0, 0.208737865, 0)
- InfiniteYield.Font = Enum.Font.SourceSans
- InfiniteYield.TextColor3 = Color3.fromRGB(255, 255, 255)
- InfiniteYield.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
- DexExplorer.Parent = mainframe
- DexExplorer.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- DexExplorer.Position = UDim2.new(0, 0, 0.587378621, 0)
- DexExplorer.Font = Enum.Font.SourceSans
- DexExplorer.TextColor3 = Color3.fromRGB(255, 255, 255)
- DexExplorer.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/Ht4zRXj8'))();
- OPFinality.Parent = mainframe
- OPFinality.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- OPFinality.Position = UDim2.new(0.679197967, 0, 0.587378621, 0)
- OPFinality.Font = Enum.Font.SourceSans
- OPFinality.TextColor3 = Color3.fromRGB(255, 255, 255)
- OPFinality.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/9UtBscMx'))();
- DoubleTailVisualizer.Name = 'Double Tail Visualizer'
- DoubleTailVisualizer.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- DoubleTailVisualizer.Position = UDim2.new(0.338345855, 0, 0.208737865, 0)
- DoubleTailVisualizer.Size = UDim2.new(0, 128, 0, 50)
- DoubleTailVisualizer.Text = 'Double Tail Visualizer'
- DoubleTailVisualizer.TextColor3 = Color3.fromRGB(255, 255, 255)
- DoubleTailVisualizer.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/Xigb3Kc7'))();
- YeetGUI.Parent = mainframe
- YeetGUI.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- YeetGUI.Position = UDim2.new(0.338345855, 0, 0.587378621, 0)
- YeetGUI.Font = Enum.Font.SourceSans
- YeetGUI.TextColor3 = Color3.fromRGB(255, 255, 255)
- YeetGUI.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/pA6xTBXt'))();
- close.Parent = mainframe
- close.Position = UDim2.new(0.919799507, 0, 0.0145631069, 0)
- close.Font = Enum.Font.SourceSans
- close.TextColor3 = Color3.fromRGB(252, 0, 6)
- close.MouseButton1Down:connect(function()
- end)