Advertisement
sriyanto

democlass

Apr 24th, 2023 (edited)
849
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.95 KB | Software | 0 0
  1. for i=0,10,1 do
  2. game.Workspace.Dice1.Anchored = false
  3. wait(0.5)
  4. game.Workspace.Dice2.Anchored = false
  5. wait(3)
  6. game.Workspace.Dice1.Position = Vector3.new(-23,100,0)
  7. game.Workspace.Dice2.Position = Vector3.new(-30,75,0)
  8. game.Workspace.Dice1.Orientation = Vector3.new(math.random(),math.random(),math.random())
  9. game.Workspace.Dice2.Orientation = Vector3.new(math.random(),math.random(),math.random())
  10. end
  11. <link rel="stylesheet" type=text/css href="{{ url_for('static', filename='style.css') }}">
  12. <style>
  13. img {
  14.   border: 1px solid #ddd;
  15.   border-radius: 4px;
  16.   padding: 5px;
  17.   width: 150px;
  18. }
  19. img:hover {
  20.   box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
  21. }
  22. </style>
  23.  
  24. {% block main %}
  25.  
  26. {% endblock %}
  27.  
  28. {% extends 'base.html' %}
  29. {% block main %}
  30.  
  31. {% endblock %}
  32.  
  33. href="{{ url_for('index') }}"
  34.  
  35. Python:
  36. https://replit.com/~
  37.  
  38. Scratch:
  39. https://scratch.mit.edu/join
  40.  
  41. Roblox Studio
  42. https://www.roblox.com/create
  43.  
  44. Meeting ID:
  45. Passcode: 12345
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement